diff options
Diffstat (limited to 'usr.bin/seq')
-rw-r--r-- | usr.bin/seq/seq.1 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/seq/seq.1 b/usr.bin/seq/seq.1 index e3bccee..1ac977e 100644 --- a/usr.bin/seq/seq.1 +++ b/usr.bin/seq/seq.1 @@ -127,10 +127,8 @@ If any sequence numbers will be printed in exponential notation, the default conversion is changed to .Cm %e . .El -.Pp -The -.Nm -utility exits 0 on success and non-zero if an error occurs. +.Sh EXIT STATUS +.Ex -std .Sh EXAMPLES .Bd -literal -offset indent # seq 1 3 |