diff options
author | Philippe Charnier <charnier@FreeBSD.org> | 1997-06-30 06:40:16 +0000 |
---|---|---|
committer | Philippe Charnier <charnier@FreeBSD.org> | 1997-06-30 06:40:16 +0000 |
commit | 0e25805f2fa9d2a6f3aa55a09ffafe2f4634952d (patch) | |
tree | 512aeaa6eb9f76cebd17670cca6d298e403f5950 /usr.bin/comm/comm.1 | |
parent | 3b5ec5aa63cbd8c708d20e511ba4321c58b3a902 (diff) |
Use err(3). Add DIAGNOSTIC section name in man page.
Notes
Notes:
svn path=/head/; revision=27094
Diffstat (limited to 'usr.bin/comm/comm.1')
-rw-r--r-- | usr.bin/comm/comm.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1 index 08974300db3a..72ee36f82be5 100644 --- a/usr.bin/comm/comm.1 +++ b/usr.bin/comm/comm.1 @@ -80,7 +80,7 @@ printed in column number three will have one. .Nm Comm assumes that the files are lexically sorted; all characters participate in line comparisons. -.Pp +.Sh DIAGNOSTICS .Nm Comm exits 0 on success, >0 if an error occurred. .Sh SEE ALSO @@ -91,4 +91,5 @@ exits 0 on success, >0 if an error occurred. .Sh STANDARDS The .Nm comm -command is expected to be POSIX 1003.2 compatible. +utility conforms to +.St -p1003.2-92 . |