Sort sections.

This commit is contained in:
wiz 2001-12-08 19:19:41 +00:00
parent 9a11884a17
commit 1c9dacf400
4 changed files with 24 additions and 24 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ul.1,v 1.7 2001/04/04 09:49:35 wiz Exp $ .\" $NetBSD: ul.1,v 1.8 2001/12/08 19:19:41 wiz Exp $
.\" .\"
.\" Copyright (c) 1980, 1991, 1993 .\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -97,13 +97,13 @@ file (see for example
.Xr colcrt 1 , .Xr colcrt 1 ,
.Xr man 1 , .Xr man 1 ,
.Xr nroff 1 .Xr nroff 1
.Sh BUGS
.Xr nroff 1
usually outputs a series of backspaces and underlines intermixed
with the text to indicate underlining. No attempt is made to optimize
the backward motion.
.Sh HISTORY .Sh HISTORY
The The
.Nm .Nm
command appeared in command appeared in
.Bx 3.0 . .Bx 3.0 .
.Sh BUGS
.Xr nroff 1
usually outputs a series of backspaces and underlines intermixed
with the text to indicate underlining. No attempt is made to optimize
the backward motion.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: unifdef.1,v 1.6 1999/03/22 18:16:45 garbled Exp $ .\" $NetBSD: unifdef.1,v 1.7 2001/12/08 19:20:18 wiz Exp $
.\" .\"
.\" Copyright (c) 1985, 1991, 1993 .\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -146,8 +146,6 @@ works nicely with the
option added to option added to
.Xr diff 1 .Xr diff 1
as of the 4.1 Berkeley Software Distribution. as of the 4.1 Berkeley Software Distribution.
.Sh SEE ALSO
.Xr diff 1
.Sh DIAGNOSTICS .Sh DIAGNOSTICS
Inappropriate else or endif. Inappropriate else or endif.
.br .br
@ -156,12 +154,14 @@ Premature
with line numbers of the unterminated #ifdefs. with line numbers of the unterminated #ifdefs.
.Pp .Pp
Exit status is 0 if output is exact copy of input, 1 if not, 2 if trouble. Exit status is 0 if output is exact copy of input, 1 if not, 2 if trouble.
.Sh BUGS .Sh SEE ALSO
Should try to deal with ``#if'' lines. .Xr diff 1
.Pp
Doesn't work correctly if input contains null characters.
.Sh HISTORY .Sh HISTORY
The The
.Nm .Nm
command appeared in command appeared in
.Bx 4.3 . .Bx 4.3 .
.Sh BUGS
Should try to deal with ``#if'' lines.
.Pp
Doesn't work correctly if input contains null characters.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: usbhidaction.1,v 1.2 2000/12/30 16:18:13 augustss Exp $ .\" $NetBSD: usbhidaction.1,v 1.3 2001/12/08 19:20:41 wiz Exp $
.\" .\"
.\" Copyright (c) 2000 The NetBSD Foundation, Inc. .\" Copyright (c) 2000 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -98,6 +98,9 @@ command line, `$V' will be replaced by the numeric value
of the HID item, `$N' will be replaced by the name of the HID item, `$N' will be replaced by the name
of the control, and `$H' will be replaced by the name of the control, and `$H' will be replaced by the name
of the HID device. of the HID device.
.Sh FILES
.Pa /usr/share/misc/usb_hid_usages
The HID usage table.
.Sh EXAMPLES .Sh EXAMPLES
The following configuration file can be used to control a pair The following configuration file can be used to control a pair
of Philips USB speakers with the HID controls on the speakers. of Philips USB speakers with the HID controls on the speakers.
@ -119,9 +122,6 @@ A sample invokation using this configuration would be
.Bd -literal -offset indent .Bd -literal -offset indent
usbhidaction -f /dev/uhid1 -c conf /dev/mixer1 usbhidaction -f /dev/uhid1 -c conf /dev/mixer1
.Ed .Ed
.Sh FILES
.Pa /usr/share/misc/usb_hid_usages
The HID usage table.
.Sh SEE ALSO .Sh SEE ALSO
.Xr usbhidctl 1 , .Xr usbhidctl 1 ,
.Xr usb 3 , .Xr usb 3 ,

View File

@ -1,4 +1,4 @@
.\" $NetBSD: uuencode.1,v 1.11 2001/12/01 16:43:26 wiz Exp $ .\" $NetBSD: uuencode.1,v 1.12 2001/12/08 19:20:51 wiz Exp $
.\" .\"
.\" Copyright (c) 1980, 1990, 1993 .\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -81,6 +81,12 @@ and execute bits are not retained; if the
option is specified, the data will be written to the standard output. option is specified, the data will be written to the standard output.
.Nm uudecode .Nm uudecode
ignores any leading and trailing lines. ignores any leading and trailing lines.
.Sh EXIT STATUS
The
.Nm uudecode
and
.Nm
utilities exits 0 on success, and >0 if an error occurs.
.Sh EXAMPLES .Sh EXAMPLES
The following example packages up a source tree, compresses it, The following example packages up a source tree, compresses it,
uuencodes it and mails it to a user on another system. uuencodes it and mails it to a user on another system.
@ -94,12 +100,6 @@ tree.
tar cf \- src_tree \&| compress \&| tar cf \- src_tree \&| compress \&|
uuencode src_tree.tar.Z \&| mail sys1!sys2!user uuencode src_tree.tar.Z \&| mail sys1!sys2!user
.Ed .Ed
.Sh EXIT STATUS
The
.Nm uudecode
and
.Nm
utilities exits 0 on success, and >0 if an error occurs.
.Sh SEE ALSO .Sh SEE ALSO
.Xr compress 1 , .Xr compress 1 ,
.Xr mail 1 , .Xr mail 1 ,