diff options
author | tjr <tjr@FreeBSD.org> | 2002-08-12 12:34:03 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-08-12 12:34:03 +0000 |
commit | 3a69a3313402073a2db35790a3fc5818f975f870 (patch) | |
tree | 66893bf9422771eb6c5943a6c238ab9255ffb53b | |
parent | 08eb533d341da0f01726158c3cfd4367c2d1e3dc (diff) | |
download | FreeBSD-src-3a69a3313402073a2db35790a3fc5818f975f870.zip FreeBSD-src-3a69a3313402073a2db35790a3fc5818f975f870.tar.gz |
Claim conformance to 1003.2-1992 instead of 1003.1-2001 due to doubts
raised by Lukas Ertl over symbolic link handling.
PR: 41576
MFC after: 1 week
-rw-r--r-- | bin/ln/ln.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ln/ln.1 b/bin/ln/ln.1 index 953d5e0..637867b 100644 --- a/bin/ln/ln.1 +++ b/bin/ln/ln.1 @@ -191,7 +191,7 @@ implementations. The .Nm utility conforms to -.St -p1003.1-2001 . +.St -p1003.2-92 . .Pp The simplified .Nm link |