Module Name: src
Committed By: wiz
Date: Tue Jul 4 07:04:51 UTC 2017
Modified Files:
src/usr.bin/tail: tail.1
Log Message:
Add EXIT STATUS section. Use Ex.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/tail/tail.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/tail/tail.1
diff -u src/usr.bin/tail/tail.1:1.16 src/usr.bin/tail/tail.1:1.17
--- src/usr.bin/tail/tail.1:1.16 Mon Jul 3 21:34:21 2017
+++ src/usr.bin/tail/tail.1 Tue Jul 4 07:04:50 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: tail.1,v 1.16 2017/07/03 21:34:21 wiz Exp $
+.\" $NetBSD: tail.1,v 1.17 2017/07/04 07:04:50 wiz Exp $
.\"
.\" Copyright (c) 1980, 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -139,10 +139,8 @@ header consisting of the string
where
.Dq XXX
is the name of the file.
-.Pp
-The
-.Nm
-utility exits 0 on success, and >0 if an error occurs.
+.Sh EXIT STATUS
+.Ex -std tail
.Sh SEE ALSO
.Xr cat 1 ,
.Xr head 1 ,