summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2001-12-08 19:26:45 +0000
committerwiz <wiz@NetBSD.org>2001-12-08 19:26:45 +0000
commit8dd99cb5994c18d263e8cc415696afbfbbf5e2b7 (patch)
tree9f08fc79b0605d5ad9a6d60f9f50d919fd62df69
parente803edcb4437c6708c078c9b536c38fe0eb5def3 (diff)
Sort sections.
-rw-r--r--usr.bin/window/window.16
-rw-r--r--usr.bin/xargs/xargs.112
2 files changed, 9 insertions, 9 deletions
diff --git a/usr.bin/window/window.1 b/usr.bin/window/window.1
index 46bb5edfe4d..6db37cd246d 100644
--- a/usr.bin/window/window.1
+++ b/usr.bin/window/window.1
@@ -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.
diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1
index 1b3c3f41663..2d6fb3844c2 100644
--- a/usr.bin/xargs/xargs.1
+++ b/usr.bin/xargs/xargs.1
@@ -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