Module Name: src
Committed By: wiz
Date: Wed Dec 22 09:05:08 UTC 2010
Modified Files:
src/usr.bin/xargs: xargs.1
Log Message:
Talk more about NetBSD and less about FreeBSD. Sort sections.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/usr.bin/xargs/xargs.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/xargs/xargs.1
diff -u src/usr.bin/xargs/xargs.1:1.21 src/usr.bin/xargs/xargs.1:1.22
--- src/usr.bin/xargs/xargs.1:1.21 Tue Dec 21 20:30:13 2010
+++ src/usr.bin/xargs/xargs.1 Wed Dec 22 09:05:07 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: xargs.1,v 1.21 2010/12/21 20:30:13 christos Exp $
+.\" $NetBSD: xargs.1,v 1.22 2010/12/22 09:05:07 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -232,7 +232,7 @@
.Fl r
option to inhibit this behavior.
The
-.Fx
+.Nx
version of
.Nm
does not run the
@@ -240,11 +240,11 @@
argument on empty input, but it supports the
.Fl r
option for command-line compatibility with GNU
-.Nm ,
+.Nm ;
but the
.Fl r
option does nothing in the
-.Fx
+.Nx
version of
.Nm .
.It Fl R Ar replacements
@@ -307,6 +307,11 @@
or an invocation of
.Ar utility
exits with a value of 255.
+.Sh FILES
+.Bl -tag -width /dev/tty -compact
+.It Pa /dev/tty
+used to read responses in prompt mode
+.El
.Sh EXIT STATUS
.Nm
exits with one of the following values:
@@ -338,11 +343,6 @@
.It 1
Some other error occurred.
.El
-.Sh FILES
-.Bl -tag -width /dev/tty -compact
-.It Pa /dev/tty
-used to read responses in prompt mode
-.El
.Sh SEE ALSO
.Xr echo 1 ,
.Xr find 1 ,