summaryrefslogtreecommitdiff
path: root/lib/libc/sys/rename.2
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1996-12-02 20:03:58 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1996-12-02 20:03:58 +0000
commitfd3bf33fd08e80d77fd2fe1c1a5607beffe5e7f6 (patch)
treec6ae540f132ac67a292ccdede91d35abb08d70e3 /lib/libc/sys/rename.2
parent932463226baeeead7810fa955d4d4ebd7cd464fd (diff)
upgrade STANDARDS from POSIX 1003.1-88 to 1003.1-90 using .St macro
use ``is expected to conform to'' phrase, not ``conforms to'' Pointed out by: Bruce->NIST-PCTS
Notes
svn path=/head/; revision=20097
Diffstat (limited to 'lib/libc/sys/rename.2')
-rw-r--r--lib/libc/sys/rename.29
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc/sys/rename.2 b/lib/libc/sys/rename.2
index 2644d248dae5..a240ca55c77c 100644
--- a/lib/libc/sys/rename.2
+++ b/lib/libc/sys/rename.2
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)rename.2 8.1 (Berkeley) 6/4/93
-.\" $Id$
+.\" $Id: rename.2,v 1.2 1996/09/23 22:22:43 wosch Exp $
.\"
.Dd June 4, 1993
.Dt RENAME 2
@@ -195,6 +195,7 @@ is a directory and is not empty.
.Xr open 2 ,
.Xr symlink 7
.Sh STANDARDS
-.Fn Rename
-conforms to IEEE Std 1003.1-1988
-.Pq Dq Tn POSIX .
+The
+.Fn rename
+function call is expected to conform to
+.St -p1003.1-90 .