Sort sections.
This commit is contained in:
parent
e803edcb44
commit
8dd99cb599
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: window.1,v 1.8 2001/04/04 09:51:22 wiz Exp $
|
||||
.\" $NetBSD: window.1,v 1.9 2001/12/08 19:26:45 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1985, 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -941,10 +941,10 @@ startup command file.
|
|||
.It Pa /dev/[pt]ty[pq]?
|
||||
pseudo-terminal devices.
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
Should be self explanatory.
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command appeared in
|
||||
.Bx 4.3 .
|
||||
.Sh DIAGNOSTICS
|
||||
Should be self explanatory.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: xargs.1,v 1.12 2000/09/04 07:35:20 kleink Exp $
|
||||
.\" $NetBSD: xargs.1,v 1.13 2001/12/08 19:27:11 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -160,11 +160,6 @@ command line cannot be assembled,
|
|||
.Ar utility
|
||||
cannot be invoked, an invocation of the utility is terminated by a signal
|
||||
or an invocation of the 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:
|
||||
|
@ -196,6 +191,11 @@ could not be found.
|
|||
.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
|
||||
|
|
Loading…
Reference in New Issue