Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin Sort sections.



details:   https://anonhg.NetBSD.org/src/rev/a329c145d47e
branches:  trunk
changeset: 518541:a329c145d47e
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Dec 01 20:40:20 2001 +0000

description:
Sort sections.

diffstat:

 usr.bin/mixerctl/mixerctl.1 |  23 +++++++++++------------
 usr.bin/mkdep/mkdep.1       |  10 +++++-----
 2 files changed, 16 insertions(+), 17 deletions(-)

diffs (77 lines):

diff -r 6c62c5a7f85f -r a329c145d47e usr.bin/mixerctl/mixerctl.1
--- a/usr.bin/mixerctl/mixerctl.1       Sat Dec 01 20:39:13 2001 +0000
+++ b/usr.bin/mixerctl/mixerctl.1       Sat Dec 01 20:40:20 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mixerctl.1,v 1.12 2001/12/01 16:43:19 wiz Exp $
+.\" $NetBSD: mixerctl.1,v 1.13 2001/12/01 20:40:20 wiz Exp $
 .\" Copyright (c) 1997 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
@@ -121,6 +121,16 @@
 mixer control.  For numeric controls these operators may increase
 (resp. decrease) the value by an amount (the delta) suitable to make
 the control assume the next possible value.
+.Sh ENVIRONMENT
+.Bl -tag -width MIXERDEVICE
+.It Pa MIXERDEVICE
+the mixer device to use.
+.El
+.Sh FILES
+.Bl -tag -width /dev/mixer0
+.It Pa /dev/mixer0
+mixer audio device
+.El
 .Sh EXAMPLES
 The commmand
 .Dl "mixerctl -a -v"
@@ -136,16 +146,6 @@
 record.record.source=mic  [ mic cd dac ]
 monitor.monitor=0 volume
 .Ed
-.Sh FILES
-.Bl -tag -width /dev/mixer0
-.It Pa /dev/mixer0
-mixer audio device
-.El
-.Sh ENVIRONMENT
-.Bl -tag -width MIXERDEVICE
-.It Pa MIXERDEVICE
-the mixer device to use.
-.El
 .Sh SEE ALSO
 .Xr audioctl 1 ,
 .Xr audio 4 ,
@@ -155,4 +155,3 @@
 .Nm
 command first appeared in
 .Nx 1.3 .
-
diff -r 6c62c5a7f85f -r a329c145d47e usr.bin/mkdep/mkdep.1
--- a/usr.bin/mkdep/mkdep.1     Sat Dec 01 20:39:13 2001 +0000
+++ b/usr.bin/mkdep/mkdep.1     Sat Dec 01 20:40:20 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mkdep.1,v 1.7 2001/12/01 16:43:20 wiz Exp $
+.\"    $NetBSD: mkdep.1,v 1.8 2001/12/01 20:40:44 wiz Exp $
 .\"
 .\" Copyright (c) 1987, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -90,15 +90,15 @@
 This is useful for programs whose source is contained in a single
 module.
 .El
-.Sh SEE ALSO
-.Xr cc 1 ,
-.Xr cpp 1 ,
-.Xr make 1
 .Sh FILES
 .Bl -tag -width .depend -compact
 .It Pa .depend
 File containing list of dependencies.
 .El
+.Sh SEE ALSO
+.Xr cc 1 ,
+.Xr cpp 1 ,
+.Xr make 1
 .Sh HISTORY
 The
 .Nm



Home | Main Index | Thread Index | Old Index