For a few manpages more...

Joerg Anslik joerg at anslik.de
Fri Dec 17 15:52:02 PST 2004


Hi,

here's some patches to man pages which substitute wrong pathnames,
such as "/boot/kernel/kernel" or "/boot/modules" with the right ones.

--j


Index: sbin/kldconfig/kldconfig.8
===================================================================
RCS file: /home/dcvs/src/sbin/kldconfig/kldconfig.8,v
retrieving revision 1.2
diff -u -r1.2 kldconfig.8
--- sbin/kldconfig/kldconfig.8  17 Jun 2003 04:27:33 -0000      1.2
+++ sbin/kldconfig/kldconfig.8  17 Dec 2004 23:28:01 -0000
@@ -91,7 +91,7 @@
 .El
 .Sh FILES
 .Bl -tag -width indent
-.It Pa /boot/kernel , /boot/modules , /modules
+.It Pa /, /boot, /modules
 The default module search path used by the kernel.
 .El
 .Sh DIAGNOSTICS
Index: sbin/kldload/kldload.8
===================================================================
RCS file: /home/dcvs/src/sbin/kldload/kldload.8,v
retrieving revision 1.2
diff -u -r1.2 kldload.8
--- sbin/kldload/kldload.8      17 Jun 2003 04:27:33 -0000      1.2
+++ sbin/kldload/kldload.8      17 Dec 2004 23:18:02 -0000
@@ -51,8 +51,8 @@
 Be more verbose.
 .El
 .Sh FILES
-.Bl -tag -width /boot/kernel -compact
-.It Pa /boot/kernel
+.Bl -tag -width /modules -compact
+.It Pa /modules
 directory containing loadable modules.
 Modules must have an extension of
 .Pa .ko .
Index: share/man/man4/aac.4
===================================================================
RCS file: /home/dcvs/src/share/man/man4/aac.4,v
retrieving revision 1.2
diff -u -r1.2 aac.4
--- share/man/man4/aac.4        17 Jun 2003 04:36:58 -0000      1.2
+++ share/man/man4/aac.4        17 Dec 2004 23:06:00 -0000
@@ -106,12 +106,12 @@
 and drops off dramatically at 128K,
 due to other limitations of the card.
 .Sh FILES
-.Bl -tag -width /boot/kernel/aac.ko -compact
+.Bl -tag -width /modules/aac.ko -compact
 .It Pa /dev/aac?
 aac management interface
 .It Pa /dev/aacd?
 disk/container interface
-.It Pa /boot/kernel/aac.ko
+.It Pa /modules/aac.ko
 aac loadable module
 .El
 .Sh DIAGNOSTICS
Index: share/man/man4/gdb.4
===================================================================
RCS file: /home/dcvs/src/share/man/man4/gdb.4,v
retrieving revision 1.1
diff -u -r1.1 gdb.4
--- share/man/man4/gdb.4        23 Sep 2004 06:44:30 -0000      1.1
+++ share/man/man4/gdb.4        17 Dec 2004 23:13:15 -0000
@@ -332,10 +332,10 @@
 # gdb -k kernel.debug /dev/fwmem0.0
 GNU gdb 5.2.1 (FreeBSD)
 .Em "(messages omitted)"
-Reading symbols from /boot/kernel/dcons.ko...done.
-Loaded symbols for /boot/kernel/dcons.ko
-Reading symbols from /boot/kernel/dcons_crom.ko...done.
-Loaded symbols for /boot/kernel/dcons_crom.ko
+Reading symbols from /modules/dcons.ko...done.
+Loaded symbols for /modules/dcons.ko
+Reading symbols from /modules/dcons_crom.ko...done.
+Loaded symbols for /modules/dcons_crom.ko
 #0  sched_switch (td=0xc0922fe0) at
/usr/src/sys/kern/sched_4bsd.c:621
 0xc21bd378 in ?? ()
 .Ed
Index: sys/boot/common/loader.8
===================================================================
RCS file: /home/dcvs/src/sys/boot/common/loader.8,v
retrieving revision 1.6
diff -u -r1.6 loader.8
--- sys/boot/common/loader.8    17 Jun 2004 19:37:29 -0000      1.6
+++ sys/boot/common/loader.8    17 Dec 2004 23:35:26 -0000
@@ -376,7 +376,7 @@
 Sets the list of directories which will be searched for modules
 named in a load command or implicitly required by a dependency.
 The default value for this variable is
-.Dq Li /boot/kernel;/boot/modules .
+.Dq Li /;/boot;/modules .
 .It Va num_ide_disks
 Sets the number of IDE disks as a workaround for some problems in
 finding the root disk at boot.
Index: sys/boot/forth/loader.conf.5
===================================================================
RCS file: /home/dcvs/src/sys/boot/forth/loader.conf.5,v
retrieving revision 1.3
diff -u -r1.3 loader.conf.5
--- sys/boot/forth/loader.conf.5        10 Nov 2003 06:08:34 -0000
1.3
+++ sys/boot/forth/loader.conf.5        17 Dec 2004 23:37:46 -0000
@@ -157,7 +157,7 @@
 selects a mute console
 (useful for systems with neither a video console nor a serial port).
 .It Va kernel
-.Pq Dq /boot/kernel/kernel
+.Pq Dq /kernel
 .It Va loader_conf_files
 .Pq Do /boot/loader.conf /boot/loader.conf.local Dc
 .It Va splash_bmp_load
Index: usr.sbin/dconschat/dconschat.8
===================================================================
RCS file: /home/dcvs/src/usr.sbin/dconschat/dconschat.8,v
retrieving revision 1.1
diff -u -r1.1 dconschat.8
--- usr.sbin/dconschat/dconschat.8      23 Sep 2004 06:38:29 -0000
1.1
+++ usr.sbin/dconschat/dconschat.8      17 Dec 2004 23:39:40 -0000
@@ -162,7 +162,7 @@
 Specify core file.
 .It Fl N Ar system
 Specify system file such as
-.Pa /boot/kernel/kernel .
+.Pa /kernel .
 .It Fl t Ar target_eui64
 Specify the 64-bit extended unique identifier of the target,
 and use FireWire to access remote

------------------
cd /pub
more beer





More information about the Submit mailing list