diff options
author | wosch <wosch@FreeBSD.org> | 1996-12-02 20:03:58 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-12-02 20:03:58 +0000 |
commit | 32491cf461dc595de0f3e4143c93e9729846fecf (patch) | |
tree | c6ae540f132ac67a292ccdede91d35abb08d70e3 /lib/libc/sys/link.2 | |
parent | 1fefcf3f952db15be627778a3bace442eb6d8a6c (diff) | |
download | FreeBSD-src-32491cf461dc595de0f3e4143c93e9729846fecf.zip FreeBSD-src-32491cf461dc595de0f3e4143c93e9729846fecf.tar.gz |
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
Diffstat (limited to 'lib/libc/sys/link.2')
-rw-r--r-- | lib/libc/sys/link.2 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/sys/link.2 b/lib/libc/sys/link.2 index 8da2bc5..751d5d0 100644 --- a/lib/libc/sys/link.2 +++ b/lib/libc/sys/link.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)link.2 8.3 (Berkeley) 1/12/94 -.\" $Id$ +.\" $Id: link.2,v 1.4 1996/08/29 21:24:11 wosch Exp $ .\" .Dd January 12, 1994 .Dt LINK 2 @@ -144,10 +144,10 @@ is outside the process's allocated address space. .Xr symlink 2 , .Xr unlink 2 .Sh STANDARDS -.Fn Link -is expected to -conform to IEEE Std 1003.1-1988 -.Pq Dq Tn POSIX . +The +.Fn link +function call is expected to conform to +.St -p1003.1-90 . .Sh HISTORY A .Fn link |