Add missing section header EXIT STATUS.

This commit is contained in:
jmmv 2003-07-07 12:20:04 +00:00
parent 6e18704278
commit e4b15274f9

View File

@ -1,4 +1,4 @@
.\" $NetBSD: cut.1,v 1.10 2003/02/25 10:35:39 wiz Exp $
.\" $NetBSD: cut.1,v 1.11 2003/07/07 12:20:04 jmmv Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -110,7 +110,7 @@ Do not split multi-byte characters.
Suppresses lines with no field delimiter characters.
Unless specified, lines with no delimiters are passed through unmodified.
.El
.Pp
.Sh EXIT STATUS
.Nm
exits 0 on success, 1 if an error occurred.
.Sh SEE ALSO