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/sed | |
parent | a6d980ec9800f7df3635def5cb705368569ddbbd (diff) | |
download | FreeBSD-src-42d5955dc9d2c1ebf6deaddb174b4891d86f8996.zip FreeBSD-src-42d5955dc9d2c1ebf6deaddb174b4891d86f8996.tar.gz |
Add DIAGNOSTICS section name
Diffstat (limited to 'usr.bin/sed')
-rw-r--r-- | usr.bin/sed/sed.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index a6f0e55..231bb9e 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -59,7 +59,7 @@ are specified, modifying the input as specified by a list of commands. The input is then written to the standard output. .Pp A single command may be specified as the first argument to -.Nm sed . +.Nm Ns . Multiple commands may be specified by using the .Fl e or @@ -506,10 +506,10 @@ This is the same as specifying the .Fl n option on the command line. .El -.Pp +.Sh DIAGNOSTICS The .Nm -utility exits 0 on success and >0 if an error occurs. +utility exits 0 on success, and >0 if an error occurs. .Sh SEE ALSO .Xr awk 1 , .Xr ed 1 , |