diff options
author | charnier <charnier@FreeBSD.org> | 2000-03-26 15:06:46 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2000-03-26 15:06:46 +0000 |
commit | 42d5955dc9d2c1ebf6deaddb174b4891d86f8996 (patch) | |
tree | 6cbabac400656c36e147885638462d4a9d368629 /usr.bin/tee | |
parent | a6d980ec9800f7df3635def5cb705368569ddbbd (diff) | |
download | FreeBSD-src-42d5955dc9d2c1ebf6deaddb174b4891d86f8996.zip FreeBSD-src-42d5955dc9d2c1ebf6deaddb174b4891d86f8996.tar.gz |
Add DIAGNOSTICS section name
Diffstat (limited to 'usr.bin/tee')
-rw-r--r-- | usr.bin/tee/tee.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tee/tee.1 b/usr.bin/tee/tee.1 index adacd07..f56bd4e 100644 --- a/usr.bin/tee/tee.1 +++ b/usr.bin/tee/tee.1 @@ -76,13 +76,13 @@ utility takes the default action for all signals, except in the event of the .Fl i option. -.Pp +.Sh DIAGNOSTICS The .Nm utility exits 0 on success, and >0 if an error occurs. .Sh STANDARDS The .Nm -function is expected to be +utility is expected to be .St -p1003.2 compatible. |