Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/xargs Talk more about NetBSD and less about FreeBSD....



details:   https://anonhg.NetBSD.org/src/rev/4c5a09335e3b
branches:  trunk
changeset: 759969:4c5a09335e3b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Dec 22 09:05:07 2010 +0000

description:
Talk more about NetBSD and less about FreeBSD. Sort sections.

diffstat:

 usr.bin/xargs/xargs.1 |  18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diffs (56 lines):

diff -r cc590bd9ab45 -r 4c5a09335e3b usr.bin/xargs/xargs.1
--- a/usr.bin/xargs/xargs.1     Wed Dec 22 09:02:32 2010 +0000
+++ b/usr.bin/xargs/xargs.1     Wed Dec 22 09:05:07 2010 +0000
@@ -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 ,



Home | Main Index | Thread Index | Old Index