Fix typo in SYNOPSIS. From Henning Petersen in PR 47975.
This commit is contained in:
parent
6caac9d0e7
commit
4afb2cfe8c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue