PERFORCE change 69141 for review
Sam Leffler
sam at FreeBSD.org
Sun Jan 16 16:50:58 PST 2005
http://perforce.freebsd.org/chv.cgi?CH=69141
Change 69141 by sam at sam_ebb on 2005/01/17 00:50:47
IFC @ 69140
Affected files ...
.. //depot/projects/wifi/bin/cat/cat.1#4 integrate
.. //depot/projects/wifi/bin/chflags/chflags.1#3 integrate
.. //depot/projects/wifi/bin/chio/chio.1#4 integrate
.. //depot/projects/wifi/bin/chmod/chmod.1#3 integrate
.. //depot/projects/wifi/bin/cp/cp.1#3 integrate
.. //depot/projects/wifi/bin/date/date.1#3 integrate
.. //depot/projects/wifi/bin/dd/dd.1#3 integrate
.. //depot/projects/wifi/bin/df/df.1#3 integrate
.. //depot/projects/wifi/bin/echo/echo.1#3 integrate
.. //depot/projects/wifi/bin/ed/ed.1#2 integrate
.. //depot/projects/wifi/bin/ed/main.c#2 integrate
.. //depot/projects/wifi/bin/expr/expr.1#4 integrate
.. //depot/projects/wifi/bin/getfacl/getfacl.1#2 integrate
.. //depot/projects/wifi/bin/kill/kill.1#3 integrate
.. //depot/projects/wifi/bin/ln/ln.1#3 integrate
.. //depot/projects/wifi/bin/ls/ls.1#3 integrate
.. //depot/projects/wifi/bin/mkdir/mkdir.1#3 integrate
.. //depot/projects/wifi/bin/mv/mv.1#3 integrate
.. //depot/projects/wifi/bin/pax/cpio.1#3 integrate
.. //depot/projects/wifi/bin/pax/pax.1#3 integrate
.. //depot/projects/wifi/bin/pax/tar.1#3 integrate
.. //depot/projects/wifi/bin/pwd/pwd.1#3 integrate
.. //depot/projects/wifi/bin/realpath/realpath.1#3 integrate
.. //depot/projects/wifi/bin/rm/rm.1#4 integrate
.. //depot/projects/wifi/bin/setfacl/setfacl.1#3 integrate
.. //depot/projects/wifi/bin/sleep/sleep.1#3 integrate
.. //depot/projects/wifi/bin/stty/stty.1#3 integrate
.. //depot/projects/wifi/etc/rc.d/ldconfig#3 integrate
.. //depot/projects/wifi/lib/libarchive/archive_platform.h#2 integrate
.. //depot/projects/wifi/lib/libarchive/archive_string.h#4 integrate
.. //depot/projects/wifi/lib/libarchive/archive_string_sprintf.c#3 integrate
.. //depot/projects/wifi/lib/libarchive/configure.ac.in#2 integrate
.. //depot/projects/wifi/lib/libncp/ncpl_conn.c#2 integrate
.. //depot/projects/wifi/lib/msun/man/exp.3#3 integrate
.. //depot/projects/wifi/lib/msun/man/lgamma.3#3 integrate
.. //depot/projects/wifi/lib/msun/man/math.3#3 integrate
.. //depot/projects/wifi/sbin/growfs/growfs.c#2 integrate
.. //depot/projects/wifi/share/examples/mdoc/example.1#3 integrate
.. //depot/projects/wifi/share/man/man4/ath.4#8 integrate
.. //depot/projects/wifi/share/misc/mdoc.template#2 integrate
.. //depot/projects/wifi/share/mk/bsd.sys.mk#2 integrate
.. //depot/projects/wifi/sys/arm/arm/busdma_machdep.c#6 integrate
.. //depot/projects/wifi/sys/arm/xscale/i80321/iq31244_7seg.c#2 integrate
.. //depot/projects/wifi/sys/dev/amr/amr.c#4 integrate
.. //depot/projects/wifi/sys/dev/amr/amr_cam.c#4 integrate
.. //depot/projects/wifi/sys/dev/amr/amr_disk.c#3 integrate
.. //depot/projects/wifi/sys/dev/amr/amr_pci.c#4 integrate
.. //depot/projects/wifi/sys/dev/amr/amrvar.h#4 integrate
.. //depot/projects/wifi/sys/kern/vfs_subr.c#12 integrate
.. //depot/projects/wifi/sys/net/bridge.c#4 integrate
.. //depot/projects/wifi/sys/net/if_ethersubr.c#4 integrate
.. //depot/projects/wifi/sys/netgraph/ng_lmi.c#3 integrate
.. //depot/projects/wifi/sys/netgraph/ng_parse.h#3 integrate
.. //depot/projects/wifi/sys/netinet/ip_dummynet.c#3 integrate
.. //depot/projects/wifi/sys/netinet/ip_dummynet.h#3 integrate
.. //depot/projects/wifi/sys/netinet/ip_fw_pfil.c#6 integrate
.. //depot/projects/wifi/tools/regression/netinet/udpconnectjail/Makefile#1 branch
.. //depot/projects/wifi/tools/regression/netinet/udpconnectjail/udpconnectjail.c#1 branch
.. //depot/projects/wifi/usr.sbin/ugidfw/ugidfw.c#2 integrate
Differences ...
==== //depot/projects/wifi/bin/cat/cat.1#4 (text+ko) ====
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)cat.1 8.3 (Berkeley) 5/2/95
-.\" $FreeBSD: src/bin/cat/cat.1,v 1.24 2005/01/15 12:27:59 ru Exp $
+.\" $FreeBSD: src/bin/cat/cat.1,v 1.25 2005/01/16 16:41:55 ru Exp $
.\"
.Dd March 21, 2004
.Dt CAT 1
@@ -103,7 +103,7 @@
.Ql M-
(for meta) followed by the character for the low 7 bits.
.El
-.Sh DIAGNOSTICS
+.Sh EXIT STATUS
.Ex -std
.Sh EXAMPLES
The command:
==== //depot/projects/wifi/bin/chflags/chflags.1#3 (text+ko) ====
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)chflags.1 8.4 (Berkeley) 5/2/95
-.\" $FreeBSD: src/bin/chflags/chflags.1,v 1.20 2005/01/10 08:39:20 imp Exp $
+.\" $FreeBSD: src/bin/chflags/chflags.1,v 1.21 2005/01/16 16:41:55 ru Exp $
.\"
.Dd March 24, 2003
.Dt CHFLAGS 1
@@ -133,7 +133,7 @@
command's actions are determined by the last one specified.
.Pp
You can use "ls -lo" to see the flags of existing files.
-.Sh DIAGNOSTICS
+.Sh EXIT STATUS
.Ex -std
.Sh SEE ALSO
.Xr ls 1 ,
==== //depot/projects/wifi/bin/chio/chio.1#4 (text+ko) ====
@@ -30,7 +30,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD: src/bin/chio/chio.1,v 1.26 2005/01/13 08:46:19 ru Exp $
+.\" $FreeBSD: src/bin/chio/chio.1,v 1.27 2005/01/16 16:41:55 ru Exp $
.\"
.Dd May 14, 1998
.Dt CHIO 1
@@ -267,6 +267,11 @@
.It INENAB
Element supports receiving media (importing) from an outside human operator.
.El
+.Sh FILES
+.Bl -tag -width /dev/ch0 -compact
+.It Pa /dev/ch0
+default changer device
+.El
.Sh EXAMPLES
.Bl -tag -width indent
.It Li chio move slot 3 drive 0
@@ -279,11 +284,6 @@
.It Li chio setpicker 2
Configure the changer to use picker 2 (third picker) for operations.
.El
-.Sh FILES
-.Bl -tag -width /dev/ch0 -compact
-.It Pa /dev/ch0
-default changer device
-.El
.Sh SEE ALSO
.Xr mt 1 ,
.Xr mount 8
==== //depot/projects/wifi/bin/chmod/chmod.1#3 (text+ko) ====
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)chmod.1 8.4 (Berkeley) 3/31/94
-.\" $FreeBSD: src/bin/chmod/chmod.1,v 1.37 2005/01/10 08:39:20 imp Exp $
+.\" $FreeBSD: src/bin/chmod/chmod.1,v 1.38 2005/01/16 16:41:56 ru Exp $
.\"
.Dd March 31, 1994
.Dt CHMOD 1
@@ -104,7 +104,7 @@
.Pp
Only the owner of a file or the super-user is permitted to change
the mode of a file.
-.Sh DIAGNOSTICS
+.Sh EXIT STATUS
.Ex -std
.Sh MODES
Modes may be absolute or symbolic.
@@ -304,10 +304,6 @@
.It Li g=u-w
set the group bits equal to the user bits, but clear the group write bit.
.El
-.Sh BUGS
-There's no
-.Ar perm
-option for the naughty bits.
.Sh COMPATIBILITY
The
.Fl v
@@ -340,3 +336,7 @@
.Nm
command appeared in
.At v1 .
+.Sh BUGS
+There's no
+.Ar perm
+option for the naughty bits.
==== //depot/projects/wifi/bin/cp/cp.1#3 (text+ko) ====
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)cp.1 8.3 (Berkeley) 4/18/94
-.\" $FreeBSD: src/bin/cp/cp.1,v 1.30 2005/01/10 08:39:21 imp Exp $
+.\" $FreeBSD: src/bin/cp/cp.1,v 1.31 2005/01/16 16:41:56 ru Exp $
.\"
.Dd July 23, 2002
.Dt CP 1
@@ -235,7 +235,7 @@
.Xr stty 1 )
signal, the current input and output file and the percentage complete
will be written to the standard output.
-.Sh DIAGNOSTICS
+.Sh EXIT STATUS
.Ex -std
.Sh COMPATIBILITY
Historic versions of the
==== //depot/projects/wifi/bin/date/date.1#3 (text+ko) ====
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)date.1 8.3 (Berkeley) 4/28/95
-.\" $FreeBSD: src/bin/date/date.1,v 1.70 2005/01/10 08:39:21 imp Exp $
+.\" $FreeBSD: src/bin/date/date.1,v 1.71 2005/01/16 16:41:56 ru Exp $
.\"
.Dd August 9, 2004
.Dt DATE 1
@@ -282,6 +282,33 @@
.Pp
Time changes for Daylight Saving Time, standard time, leap seconds,
and leap years are handled automatically.
+.Sh ENVIRONMENT
+The following environment variables affect the execution of
+.Nm :
+.Bl -tag -width Ds
+.It Ev TZ
+The timezone to use when displaying dates.
+The normal format is a pathname relative to
+.Pa /usr/share/zoneinfo .
+For example, the command
+.Dq TZ=America/Los_Angeles date
+displays the current time in California.
+See
+.Xr environ 7
+for more information.
+.El
+.Sh FILES
+.Bl -tag -width /var/log/messages -compact
+.It Pa /var/log/wtmp
+record of date resets and time changes
+.It Pa /var/log/messages
+record of the user setting the time
+.El
+.Sh EXIT STATUS
+The
+.Nm
+utility exits 0 on success, 1 if unable to set the date, and 2
+if able to set the local date, but unable to set it globally.
.Sh EXAMPLES
The command:
.Pp
@@ -359,45 +386,7 @@
can be used to parse the output from
.Nm
and express it in Epoch time.
-.Sh ENVIRONMENT
-The following environment variables affect the execution of
-.Nm :
-.Bl -tag -width Ds
-.It Ev TZ
-The timezone to use when displaying dates.
-The normal format is a pathname relative to
-.Pa /usr/share/zoneinfo .
-For example, the command
-.Dq TZ=America/Los_Angeles date
-displays the current time in California.
-See
-.Xr environ 7
-for more information.
-.El
-.Sh FILES
-.Bl -tag -width /var/log/messages -compact
-.It Pa /var/log/wtmp
-record of date resets and time changes
-.It Pa /var/log/messages
-record of the user setting the time
-.El
-.Sh SEE ALSO
-.Xr gettimeofday 2 ,
-.Xr strftime 3 ,
-.Xr strptime 3 ,
-.Xr utmp 5 ,
-.Xr timed 8
-.Rs
-.%T "TSP: The Time Synchronization Protocol for UNIX 4.3BSD"
-.%A R. Gusella
-.%A S. Zatti
-.Re
.Sh DIAGNOSTICS
-The
-.Nm
-utility exits 0 on success, 1 if unable to set the date, and 2
-if able to set the local date, but unable to set it globally.
-.Pp
Occasionally, when
.Xr timed 8
synchronizes the time on many hosts, the setting of a new time value may
@@ -414,6 +403,17 @@
and
.Xr timed 8
fails.
+.Sh SEE ALSO
+.Xr gettimeofday 2 ,
+.Xr strftime 3 ,
+.Xr strptime 3 ,
+.Xr utmp 5 ,
+.Xr timed 8
+.Rs
+.%T "TSP: The Time Synchronization Protocol for UNIX 4.3BSD"
+.%A R. Gusella
+.%A S. Zatti
+.Re
.Sh STANDARDS
The
.Nm
==== //depot/projects/wifi/bin/dd/dd.1#3 (text+ko) ====
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)dd.1 8.2 (Berkeley) 1/13/94
-.\" $FreeBSD: src/bin/dd/dd.1,v 1.27 2005/01/10 08:39:21 imp Exp $
+.\" $FreeBSD: src/bin/dd/dd.1,v 1.28 2005/01/16 16:41:56 ru Exp $
.\"
.Dd August 15, 2004
.Dt DD 1
@@ -373,6 +373,8 @@
in the same format as the standard completion message and
.Nm
will exit.
+.Sh EXIT STATUS
+.Ex -std
.Sh EXAMPLES
Check that a disk drive contains no bad blocks:
.Pp
@@ -390,8 +392,6 @@
Check for (even) parity errors on a file:
.Pp
.Dl "dd if=file conv=pareven | cmp -x - file"
-.Sh DIAGNOSTICS
-.Ex -std
.Sh SEE ALSO
.Xr cp 1 ,
.Xr mt 1 ,
==== //depot/projects/wifi/bin/df/df.1#3 (text+ko) ====
@@ -27,7 +27,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)df.1 8.3 (Berkeley) 5/8/95
-.\" $FreeBSD: src/bin/df/df.1,v 1.38 2005/01/10 08:39:21 imp Exp $
+.\" $FreeBSD: src/bin/df/df.1,v 1.39 2005/01/16 16:41:56 ru Exp $
.\"
.Dd April 22, 2004
.Dt DF 1
@@ -147,13 +147,6 @@
.Ev BLOCKSIZE
is set, the block counts will be displayed in units of that size block.
.El
-.Sh BUGS
-The
-.Fl n
-flag is ignored if a file or file system is specified.
-Also, if a mount
-point is not accessible by the user, it is possible that the file system
-information could be stale.
.Sh SEE ALSO
.Xr lsvfs 1 ,
.Xr quota 1 ,
@@ -169,3 +162,10 @@
.Nm
command appeared in
.At v1 .
+.Sh BUGS
+The
+.Fl n
+flag is ignored if a file or file system is specified.
+Also, if a mount
+point is not accessible by the user, it is possible that the file system
+information could be stale.
==== //depot/projects/wifi/bin/echo/echo.1#3 (text+ko) ====
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)echo.1 8.1 (Berkeley) 7/22/93
-.\" $FreeBSD: src/bin/echo/echo.1,v 1.18 2005/01/10 08:39:22 imp Exp $
+.\" $FreeBSD: src/bin/echo/echo.1,v 1.19 2005/01/16 16:41:56 ru Exp $
.\"
.Dd April 12, 2003
.Dt ECHO 1
@@ -77,7 +77,7 @@
Consult the
.Xr builtin 1
manual page.
-.Sh DIAGNOSTICS
+.Sh EXIT STATUS
.Ex -std
.Sh SEE ALSO
.Xr builtin 1 ,
==== //depot/projects/wifi/bin/ed/ed.1#2 (text+ko) ====
@@ -1,4 +1,4 @@
-.\" $FreeBSD: src/bin/ed/ed.1,v 1.34 2004/07/03 02:03:43 tjr Exp $
+.\" $FreeBSD: src/bin/ed/ed.1,v 1.35 2005/01/16 16:41:56 ru Exp $
.Dd July 3, 2004
.Dt ED 1
.Os
@@ -921,39 +921,6 @@
.Nm
attempts to write the buffer if the terminal hangs up
.El
-.Sh SEE ALSO
-.Xr bdes 1 ,
-.Xr sed 1 ,
-.Xr sh 1 ,
-.Xr vi 1 ,
-.Xr regex 3
-.Pp
-USD:12-13
-.Rs
-.%A B. W. Kernighan
-.%A P. J. Plauger
-.%B Software Tools in Pascal
-.%O Addison-Wesley
-.%D 1981
-.Re
-.Sh LIMITATIONS
-The
-.Nm
-utility processes
-.Ar file
-arguments for backslash escapes, i.e., in a filename,
-any characters preceded by a backslash (\\) are
-interpreted literally.
-.Pp
-If a text (non-binary) file is not terminated by a newline character,
-then
-.Nm
-appends one on reading/writing it.
-In the case of a binary file,
-.Nm
-does not append a newline on reading/writing.
-.Pp
-per line overhead: 4 ints
.Sh DIAGNOSTICS
When an error occurs,
.Nm
@@ -994,6 +961,39 @@
results in an error.
If the command is entered a second time, it succeeds,
but any changes to the buffer are lost.
+.Sh SEE ALSO
+.Xr bdes 1 ,
+.Xr sed 1 ,
+.Xr sh 1 ,
+.Xr vi 1 ,
+.Xr regex 3
+.Pp
+USD:12-13
+.Rs
+.%A B. W. Kernighan
+.%A P. J. Plauger
+.%B Software Tools in Pascal
+.%O Addison-Wesley
+.%D 1981
+.Re
+.Sh LIMITATIONS
+The
+.Nm
+utility processes
+.Ar file
+arguments for backslash escapes, i.e., in a filename,
+any characters preceded by a backslash (\\) are
+interpreted literally.
+.Pp
+If a text (non-binary) file is not terminated by a newline character,
+then
+.Nm
+appends one on reading/writing it.
+In the case of a binary file,
+.Nm
+does not append a newline on reading/writing.
+.Pp
+per line overhead: 4 ints
.Sh HISTORY
An
.Nm
==== //depot/projects/wifi/bin/ed/main.c#2 (text+ko) ====
@@ -35,7 +35,7 @@
#endif /* not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/bin/ed/main.c,v 1.26 2003/05/01 16:58:55 obrien Exp $");
+__FBSDID("$FreeBSD: src/bin/ed/main.c,v 1.27 2005/01/16 11:10:21 charnier Exp $");
/*
* CREDITS
@@ -824,11 +824,11 @@
GET_COMMAND_SUFFIX();
#ifdef DES
des = get_keyword();
+ break;
#else
errmsg = "crypt unavailable";
return ERR;
#endif
- break;
case 'z':
#ifdef BACKWARDS
if (check_addr_range(first_addr = 1, current_addr + 1) < 0)
==== //depot/projects/wifi/bin/expr/expr.1#4 (text+ko) ====
@@ -28,7 +28,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $FreeBSD: src/bin/expr/expr.1,v 1.27 2005/01/13 08:46:19 ru Exp $
+.\" $FreeBSD: src/bin/expr/expr.1,v 1.28 2005/01/16 16:41:57 ru Exp $
.\"
.Dd July 12, 2004
.Dt EXPR 1
@@ -180,6 +180,18 @@
.It Ev EXPR_COMPAT
If set, enables compatibility mode.
.El
+.Sh EXIT STATUS
+The
+.Nm
+utility exits with one of the following values:
+.Bl -tag -width indent -compact
+.It 0
+the expression is neither an empty string nor 0.
+.It 1
+the expression is an empty string or 0.
+.It 2
+the expression is invalid.
+.El
.Sh EXAMPLES
.Bl -bullet
.It
@@ -236,18 +248,6 @@
is required:
.Dl "expr \e( \*qX$a\*q \&: \*q.*\*q \e) - 1"
.El
-.Sh DIAGNOSTICS
-The
-.Nm
-utility exits with one of the following values:
-.Bl -tag -width indent -compact
-.It 0
-the expression is neither an empty string nor 0.
-.It 1
-the expression is an empty string or 0.
-.It 2
-the expression is invalid.
-.El
.Sh SEE ALSO
.Xr sh 1 ,
.Xr test 1 ,
==== //depot/projects/wifi/bin/getfacl/getfacl.1#2 (text+ko) ====
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD: src/bin/getfacl/getfacl.1,v 1.8 2004/05/16 21:34:31 ru Exp $
+.\" $FreeBSD: src/bin/getfacl/getfacl.1,v 1.9 2005/01/16 16:41:57 ru Exp $
.\"
.\" Developed by the TrustedBSD Project.
.\" Support for POSIX.1e access control lists.
@@ -81,6 +81,8 @@
reads a list of pathnames, each terminated by one newline character,
from the standard input.
.El
+.Sh EXIT STATUS
+.Ex -std
.Sh EXAMPLES
.Dl getfacl /
.Pp
@@ -92,8 +94,6 @@
Retrieve the default ACL for the directory
.Pa / ,
if any.
-.Sh DIAGNOSTICS
-.Ex -std
.Sh SEE ALSO
.Xr setfacl 1 ,
.Xr acl 3 ,
==== //depot/projects/wifi/bin/kill/kill.1#3 (text+ko) ====
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)kill.1 8.2 (Berkeley) 4/28/95
-.\" $FreeBSD: src/bin/kill/kill.1,v 1.19 2005/01/10 08:39:23 imp Exp $
+.\" $FreeBSD: src/bin/kill/kill.1,v 1.20 2005/01/16 16:41:57 ru Exp $
.\"
.Dd April 28, 1995
.Dt KILL 1
@@ -115,6 +115,8 @@
Consult the
.Xr builtin 1
manual page.
+.Sh EXIT STATUS
+.Ex -std
.Sh EXAMPLES
Terminate
the processes with pids 142 and 157:
@@ -130,8 +132,6 @@
Terminate the process group with pgid 117:
.Pp
.Dl "kill -- -117"
-.Sh DIAGNOSTICS
-.Ex -std
.Sh SEE ALSO
.Xr builtin 1 ,
.Xr csh 1 ,
==== //depot/projects/wifi/bin/ln/ln.1#3 (text+ko) ====
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)ln.1 8.2 (Berkeley) 12/30/93
-.\" $FreeBSD: src/bin/ln/ln.1,v 1.29 2005/01/10 08:39:23 imp Exp $
+.\" $FreeBSD: src/bin/ln/ln.1,v 1.30 2005/01/16 16:41:57 ru Exp $
.\"
.Dd December 30, 1993
.Dt LN 1
@@ -168,13 +168,6 @@
which performs a
.Xr link 2
operation using the two passed arguments.
-.Sh SEE ALSO
-.Xr link 2 ,
-.Xr lstat 2 ,
-.Xr readlink 2 ,
-.Xr stat 2 ,
-.Xr symlink 2 ,
-.Xr symlink 7
.Sh COMPATIBILITY
The
.Fl h ,
@@ -186,6 +179,13 @@
They are provided solely for compatibility with other
.Nm
implementations.
+.Sh SEE ALSO
+.Xr link 2 ,
+.Xr lstat 2 ,
+.Xr readlink 2 ,
+.Xr stat 2 ,
+.Xr symlink 2 ,
+.Xr symlink 7
.Sh STANDARDS
The
.Nm
==== //depot/projects/wifi/bin/ls/ls.1#3 (text+ko) ====
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)ls.1 8.7 (Berkeley) 7/29/94
-.\" $FreeBSD: src/bin/ls/ls.1,v 1.84 2005/01/11 08:51:21 joerg Exp $
+.\" $FreeBSD: src/bin/ls/ls.1,v 1.85 2005/01/16 16:41:57 ru Exp $
.\"
.Dd January 11, 2005
.Dt LS 1
@@ -439,23 +439,6 @@
use
.Xr getfacl 1
to do this.
-.Sh EXAMPLES
-The following is how to do an
-.Nm
-listing sorted by size (and shows why
-.Nm
-does not need a separate option for this):
-.Pp
-.Dl "ls -l | sort -n +4"
-.Pp
-Additionally, the
-.Fl r
-flag to
-.Xr sort 1
-may be used
-to get the results sorted from largest to smallest (a reverse sort).
-.Sh DIAGNOSTICS
-.Ex -std
.Sh ENVIRONMENT
The following environment variables affect the execution of
.Nm :
@@ -635,6 +618,23 @@
.Xr environ 7
for more information.
.El
+.Sh EXIT STATUS
+.Ex -std
+.Sh EXAMPLES
+The following is how to do an
+.Nm
+listing sorted by size (and shows why
+.Nm
+does not need a separate option for this):
+.Pp
+.Dl "ls -l | sort -n +4"
+.Pp
+Additionally, the
+.Fl r
+flag to
+.Xr sort 1
+may be used
+to get the results sorted from largest to smallest (a reverse sort).
.Sh COMPATIBILITY
The group field is now automatically included in the long listing for
files in order to be compatible with the
==== //depot/projects/wifi/bin/mkdir/mkdir.1#3 (text+ko) ====
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)mkdir.1 8.2 (Berkeley) 1/25/94
-.\" $FreeBSD: src/bin/mkdir/mkdir.1,v 1.20 2005/01/10 08:39:23 imp Exp $
+.\" $FreeBSD: src/bin/mkdir/mkdir.1,v 1.21 2005/01/16 16:41:57 ru Exp $
.\"
.Dd January 25, 1994
.Dt MKDIR 1
@@ -84,14 +84,14 @@
.El
.Pp
The user must have write permission in the parent directory.
-.Sh DIAGNOSTICS
+.Sh EXIT STATUS
.Ex -std
-.Sh SEE ALSO
-.Xr rmdir 1
.Sh COMPATIBILITY
The
.Fl v
option is non-standard and its use in scripts is not recommended.
+.Sh SEE ALSO
+.Xr rmdir 1
.Sh STANDARDS
The
.Nm
==== //depot/projects/wifi/bin/mv/mv.1#3 (text+ko) ====
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)mv.1 8.1 (Berkeley) 5/31/93
-.\" $FreeBSD: src/bin/mv/mv.1,v 1.27 2005/01/10 08:39:23 imp Exp $
+.\" $FreeBSD: src/bin/mv/mv.1,v 1.28 2005/01/16 16:41:58 ru Exp $
.\"
.Dd July 9, 2002
.Dt MV 1
@@ -138,18 +138,18 @@
cp -pRP source_file destination && \e
rm -rf source_file
.Ed
-.Sh DIAGNOSTICS
+.Sh EXIT STATUS
.Ex -std
-.Sh SEE ALSO
-.Xr cp 1 ,
-.Xr rm 1 ,
-.Xr symlink 7
.Sh COMPATIBILITY
The
.Fl n
and
.Fl v
options are non-standard and their use in scripts is not recommended.
+.Sh SEE ALSO
+.Xr cp 1 ,
+.Xr rm 1 ,
+.Xr symlink 7
.Sh STANDARDS
The
.Nm
==== //depot/projects/wifi/bin/pax/cpio.1#3 (text+ko) ====
@@ -27,7 +27,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $FreeBSD: src/bin/pax/cpio.1,v 1.4 2005/01/10 08:39:24 imp Exp $
+.\" $FreeBSD: src/bin/pax/cpio.1,v 1.5 2005/01/16 16:41:58 ru Exp $
.\" $OpenBSD: cpio.1,v 1.16 2001/05/01 17:58:01 aaron Exp $
.\"
.Dd February 16, 1997
@@ -251,7 +251,7 @@
.It Ev TMPDIR
Path in which to store temporary files.
.El
-.Sh DIAGNOSTICS
+.Sh EXIT STATUS
The
.Nm
utility will exit with one of the following values:
==== //depot/projects/wifi/bin/pax/pax.1#3 (text+ko) ====
@@ -31,7 +31,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)pax.1 8.4 (Berkeley) 4/18/94
-.\" $FreeBSD: src/bin/pax/pax.1,v 1.34 2005/01/10 08:39:24 imp Exp $
+.\" $FreeBSD: src/bin/pax/pax.1,v 1.35 2005/01/16 16:41:58 ru Exp $
.\"
.Dd July 3, 2004
.Dt PAX 1
@@ -1049,6 +1049,16 @@
.Fl n
option, a file is not considered selected unless it is newer
than the file to which it is compared.
+.Sh EXIT STATUS
+The
+.Nm
+utility will exit with one of the following values:
+.Bl -tag -width 2n
+.It 0
+All files were processed successfully.
+.It 1
+An error occurred.
+.El
.Sh EXAMPLES
The command:
.Dl "pax -w -f /dev/sa0 ."
@@ -1099,6 +1109,45 @@
which are older (less recent inode change or file modification times) than
files with the same name found in the source file tree
.Pa home .
+.Sh DIAGNOSTICS
+Whenever
+.Nm
+cannot create a file or a link when reading an archive or cannot
+find a file when writing an archive, or cannot preserve the user ID,
+group ID, or file mode when the
+.Fl p
+option is specified, a diagnostic message is written to
+.Dv standard error
+and a non-zero exit status will be returned, but processing will continue.
+In the case where pax cannot create a link to a file,
+.Nm
+will not create a second copy of the file.
+.Pp
+If the extraction of a file from an archive is prematurely terminated by
+a signal or error,
+.Nm
+may have only partially extracted a file the user wanted.
+Additionally, the file modes of extracted files and directories
+may have incorrect file bits, and the modification and access times may be
+wrong.
+.Pp
+If the creation of an archive is prematurely terminated by a signal or error,
+.Nm
+may have only partially created the archive which may violate the specific
+archive format specification.
+.Pp
+If while doing a
+.Em copy ,
+.Nm
+detects a file is about to overwrite itself, the file is not copied,
+a diagnostic message is written to
+.Dv standard error
+and when
+.Nm
+completes it will exit with a non-zero exit status.
+.Sh SEE ALSO
+.Xr cpio 1 ,
+.Xr tar 1
.Sh STANDARDS
The
.Nm
@@ -1130,9 +1179,6 @@
operations are extensions to the
.Tn POSIX
standard.
-.Sh SEE ALSO
-.Xr cpio 1 ,
-.Xr tar 1
.Sh HISTORY
The
.Nm
@@ -1141,52 +1187,6 @@
.Sh AUTHORS
.An Keith Muller
at the University of California, San Diego
-.Sh DIAGNOSTICS
-The
-.Nm
-utility will exit with one of the following values:
-.Bl -tag -width 2n
-.It 0
-All files were processed successfully.
-.It 1
-An error occurred.
-.El
-.Pp
-Whenever
-.Nm
-cannot create a file or a link when reading an archive or cannot
-find a file when writing an archive, or cannot preserve the user ID,
-group ID, or file mode when the
-.Fl p
-option is specified, a diagnostic message is written to
-.Dv standard error
-and a non-zero exit status will be returned, but processing will continue.
-In the case where pax cannot create a link to a file,
-.Nm
-will not create a second copy of the file.
-.Pp
-If the extraction of a file from an archive is prematurely terminated by
-a signal or error,
-.Nm
-may have only partially extracted a file the user wanted.
-Additionally, the file modes of extracted files and directories
-may have incorrect file bits, and the modification and access times may be
-wrong.
-.Pp
-If the creation of an archive is prematurely terminated by a signal or error,
-.Nm
-may have only partially created the archive which may violate the specific
-archive format specification.
-.Pp
-If while doing a
-.Em copy ,
-.Nm
-detects a file is about to overwrite itself, the file is not copied,
-a diagnostic message is written to
-.Dv standard error
-and when
-.Nm
-completes it will exit with a non-zero exit status.
.Sh BUGS
The
.Nm
==== //depot/projects/wifi/bin/pax/tar.1#3 (text+ko) ====
@@ -27,7 +27,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $FreeBSD: src/bin/pax/tar.1,v 1.8 2005/01/10 08:39:24 imp Exp $
+.\" $FreeBSD: src/bin/pax/tar.1,v 1.9 2005/01/16 16:41:58 ru Exp $
.\" $OpenBSD: tar.1,v 1.33 2001/05/01 17:58:01 aaron Exp $
.\"
.Dd February 7, 2001
@@ -252,7 +252,7 @@
.It Pa /dev/sa0
default archive name
.El
-.Sh DIAGNOSTICS
+.Sh EXIT STATUS
The
.Nm
utility will exit with one of the following values:
==== //depot/projects/wifi/bin/pwd/pwd.1#3 (text+ko) ====
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)pwd.1 8.2 (Berkeley) 4/28/95
-.\" $FreeBSD: src/bin/pwd/pwd.1,v 1.25 2005/01/10 08:39:24 imp Exp $
+.\" $FreeBSD: src/bin/pwd/pwd.1,v 1.26 2005/01/16 16:41:58 ru Exp $
.\"
.Dd April 12, 2003
.Dt PWD 1
@@ -72,19 +72,19 @@
.It Ev PWD
Logical current working directory.
.El
-.Sh DIAGNOSTICS
+.Sh EXIT STATUS
.Ex -std
-.Sh STANDARDS
-The
-.Nm
-utility conforms to
-.St -p1003.1-2001 .
.Sh SEE ALSO
.Xr builtin 1 ,
>>> TRUNCATED FOR MAIL (1000 lines) <<<
More information about the p4-projects
mailing list