diff options
| author | wiz <wiz@NetBSD.org> | 2013-06-30 11:47:00 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2013-06-30 11:47:00 +0000 |
| commit | fc33c8d1e5c5cd60a68c1aefa9aa61584eb65dc2 (patch) | |
| tree | d78d0524da01d28acba90858ea8eda1f958ef1da /lib/libc/sys | |
| parent | 578ea18aaf90ad14b6a7ae3ad26b94cea2293604 (diff) | |
Fix typo in SYNOPSIS. From Henning Petersen in PR 47975.
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/rename.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/rename.2 b/lib/libc/sys/rename.2 index b3700151e4f..50d9d0d8d6d 100644 --- a/lib/libc/sys/rename.2 +++ b/lib/libc/sys/rename.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: rename.2,v 1.27 2013/01/13 08:15:02 dholland Exp $ +.\" $NetBSD: rename.2,v 1.28 2013/06/30 11:47:00 wiz Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -43,7 +43,7 @@ .Ft int .Fn rename "const char *from" "const char *to" .Ft int -.Fn rename "int fromfd" "const char *from" "int tofd" "const char *to" +.Fn renameat "int fromfd" "const char *from" "int tofd" "const char *to" .Sh DESCRIPTION .Fn rename causes the link named |
