Module Name: src
Committed By: joerg
Date: Fri May 14 16:54:48 UTC 2010
Modified Files:
src/usr.bin/fold: fold.1
Log Message:
Fix section order. Use .Ex -std
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/fold/fold.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/fold/fold.1
diff -u src/usr.bin/fold/fold.1:1.11 src/usr.bin/fold/fold.1:1.12
--- src/usr.bin/fold/fold.1:1.11 Tue Jul 21 01:35:02 2009
+++ src/usr.bin/fold/fold.1 Fri May 14 16:54:48 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: fold.1,v 1.11 2009/07/21 01:35:02 ahoka Exp $
+.\" $NetBSD: fold.1,v 1.12 2010/05/14 16:54:48 joerg Exp $
.\"
.\" Copyright (c) 1980, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -59,15 +59,12 @@
.It Fl w
Specifies a line width to use instead of the default 80 characters.
.El
-.Sh EXIT STATUS
-.Pp
-The
-.Nm
-utility exits 0 on success, and \*[Gt]0 if an error occurs.
.Sh ENVIRONMENT
.Bl -tag -width indent
.It Ev LC_CTYPE
.El
+.Sh EXIT STATUS
+.Ex -std
.Sh SEE ALSO
.Xr expand 1
.Sh STANDARDS