From 611395e51b2139d7177c6435460b3ec18b27b6ac Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Mon, 20 Dec 2004 14:21:19 +0000 Subject: [PATCH] Correct the module search path in some manual pages. Submitted-by: Joerg Anslik --- sbin/kldconfig/kldconfig.8 | 4 ++-- sbin/kldload/kldload.8 | 6 +++--- share/man/man4/aac.4 | 6 +++--- share/man/man4/gdb.4 | 10 +++++----- usr.sbin/dconschat/dconschat.8 | 4 ++-- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/sbin/kldconfig/kldconfig.8 b/sbin/kldconfig/kldconfig.8 index d06bce3379..25b644ea7e 100644 --- a/sbin/kldconfig/kldconfig.8 +++ b/sbin/kldconfig/kldconfig.8 @@ -24,7 +24,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/sbin/kldconfig/kldconfig.8,v 1.2.2.2 2003/02/23 20:17:15 trhodes Exp $ -.\" $DragonFly: src/sbin/kldconfig/kldconfig.8,v 1.2 2003/06/17 04:27:33 dillon Exp $ +.\" $DragonFly: src/sbin/kldconfig/kldconfig.8,v 1.3 2004/12/20 14:21:19 swildner Exp $ .\" .Dd June 15, 2001 .Dt KLDCONFIG 8 @@ -91,7 +91,7 @@ flag is specified more than once, the old path is displayed as well. .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 diff --git a/sbin/kldload/kldload.8 b/sbin/kldload/kldload.8 index 5d93a31b3e..56c0be5b43 100644 --- a/sbin/kldload/kldload.8 +++ b/sbin/kldload/kldload.8 @@ -24,7 +24,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/sbin/kldload/kldload.8,v 1.7.2.10 2002/12/07 08:44:02 jmallett Exp $ -.\" $DragonFly: src/sbin/kldload/kldload.8,v 1.2 2003/06/17 04:27:33 dillon Exp $ +.\" $DragonFly: src/sbin/kldload/kldload.8,v 1.3 2004/12/20 14:21:19 swildner Exp $ .\" .Dd April 25, 1997 .Dt KLDLOAD 8 @@ -51,8 +51,8 @@ The following option is available: 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 . diff --git a/share/man/man4/aac.4 b/share/man/man4/aac.4 index f6c02d8f03..2b4d0e0e45 100644 --- a/share/man/man4/aac.4 +++ b/share/man/man4/aac.4 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man4/aac.4,v 1.3.2.8 2001/09/27 22:01:38 scottl Exp $ -.\" $DragonFly: src/share/man/man4/aac.4,v 1.2 2003/06/17 04:36:58 dillon Exp $ +.\" $DragonFly: src/share/man/man4/aac.4,v 1.3 2004/12/20 14:21:19 swildner Exp $ .Dd February 22, 2001 .Dt AAC 4 .Os @@ -106,12 +106,12 @@ performance peaks at a value of 96K, 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 diff --git a/share/man/man4/gdb.4 b/share/man/man4/gdb.4 index 16563fe438..59b7d4bc57 100644 --- a/share/man/man4/gdb.4 +++ b/share/man/man4/gdb.4 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man4/gdb.4,v 1.9 2004/01/28 00:02:10 grog Exp $ -.\" $DragonFly: src/share/man/man4/gdb.4,v 1.1 2004/09/23 06:44:30 simokawa Exp $ +.\" $DragonFly: src/share/man/man4/gdb.4,v 1.2 2004/12/20 14:21:19 swildner Exp $ .\" .Dd December 30, 2003 .Dt GDB 4 @@ -332,10 +332,10 @@ After this, you can examine the remote machine's state with the following input: # 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 diff --git a/usr.sbin/dconschat/dconschat.8 b/usr.sbin/dconschat/dconschat.8 index 140aed10ba..0b886e0ca9 100644 --- a/usr.sbin/dconschat/dconschat.8 +++ b/usr.sbin/dconschat/dconschat.8 @@ -23,7 +23,7 @@ .\" POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/usr.sbin/dconschat/dconschat.8,v 1.5 2004/06/13 18:03:42 ru Exp $ -.\" $DragonFly: src/usr.sbin/dconschat/dconschat.8,v 1.1 2004/09/23 06:38:29 simokawa Exp $ +.\" $DragonFly: src/usr.sbin/dconschat/dconschat.8,v 1.2 2004/12/20 14:21:19 swildner Exp $ .\" .\" .Dd February 11, 2003 @@ -162,7 +162,7 @@ The default value is \-1 (disabled). 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 -- 2.41.0