diff --git a/usr.bin/window/window.1 b/usr.bin/window/window.1 index 46bb5edfe4d0..6db37cd246d1 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 1b3c3f41663e..2d6fb3844c21 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