diff options
author | 2003-07-21 23:18:21 +0000 | |
---|---|---|
committer | 2003-07-21 23:18:21 +0000 | |
commit | 5c8583b8622e62404fcbbd7345ee1291717dc221 (patch) | |
tree | 25add2cb825c7535a7065dd04e3a9a47496a81fa /usr.bin/diff/diff.1 | |
parent | bug library/3297: lib/libc/net/get{addr,name}info should share mutex (diff) | |
download | wireguard-openbsd-5c8583b8622e62404fcbbd7345ee1291717dc221.tar.xz wireguard-openbsd-5c8583b8622e62404fcbbd7345ee1291717dc221.zip |
Add STANDARDS section
Diffstat (limited to 'usr.bin/diff/diff.1')
-rw-r--r-- | usr.bin/diff/diff.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.bin/diff/diff.1 b/usr.bin/diff/diff.1 index 0959cd040f9..63eaf893175 100644 --- a/usr.bin/diff/diff.1 +++ b/usr.bin/diff/diff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diff.1,v 1.14 2003/07/09 00:07:44 millert Exp $ +.\" $OpenBSD: diff.1,v 1.15 2003/07/21 23:18:21 millert Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -423,6 +423,12 @@ An error occurred. .Xr ed 1 , .Xr pr 1 , .Xr fnmatch 3 +.Sh STANDARDS +The +.Nm +utility is expected to be a superset of the +.St -p1003.1-01 +specification. .Sh HISTORY A .Nm |