Date: Wed, 27 Mar 2002 15:40:04 -0800 (PST) From: Giorgos Keramidas <keramida@freebsd.org> To: freebsd-doc@FreeBSD.org Subject: Re: docs/36377: kernel path needs to be changed in -current manual pages Message-ID: <200203272340.g2RNe4l68566@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/36377; it has been noted by GNATS.
From: Giorgos Keramidas <keramida@freebsd.org>
To: Hiten Pandya <hiten@uk.FreeBSD.org>
Cc: bug-followup@freebsd.org
Subject: Re: docs/36377: kernel path needs to be changed in -current manual
pages
Date: Thu, 28 Mar 2002 01:20:34 +0200 (EET)
On 2002-03-27 18:12, Hiten Pandya wrote:
> >Description:
>
> Some manual pages in -current need to be changed which refer to
> the /kernel file patch.
Good catch :)
I just did the following:
% cd /usr/src
% find . -name '*.[0-9]' | xargs grep /kernel | grep -v /boot/kernel
and the files that were caught by the greps are shown below (just in case
you want to attack them one by one, and submit patches for those that need
to be changed/updated). This is a lot more work that it initially seems
though. One needs to check if the manpage describes what the code does.
There might be utilities left that use /kernel, instead of the currently
used /boot/kernel/kernel, to find the kernel. This means that before the
manpage is changed, the appropriate source files need to be checked, to
make sure that the manpage reflects what really happens in the programs
themselves. We don't want to blindly substitute /boot/kernel/kernel for
all the instances of /kernel, and make the manpages inconsistent with the
source, right?
But, enough with the words. Here is the file list:
src/bin/ps/ps.1
src/lib/libc/gen/getbootfile.3
src/sbin/nextboot/nextboot.8
src/sbin/reboot/boot_i386.8
src/sbin/savecore/savecore.8
src/share/man/man4/vinum.4
src/share/man/man8/crash.8
src/share/man/man9/DECLARE_MODULE.9
src/share/man/man9/DEV_MODULE.9
src/share/man/man9/DRIVER_MODULE.9
src/share/man/man9/SYSCALL_MODULE.9
src/share/man/man9/VFS_SET.9
src/share/man/man9/domain.9
src/share/man/man9/module.9
src/share/man/man9/taskqueue.9
src/share/man/man9/uio.9
src/sys/boot/common/loader.8
src/sys/boot/forth/loader.conf.5
src/usr.bin/fstat/fstat.1
src/usr.bin/ipcs/ipcs.1
src/usr.bin/nfsstat/nfsstat.1
src/usr.bin/symorder/symorder.1
src/usr.bin/systat/systat.1
src/usr.bin/vmstat/vmstat.8
src/usr.bin/w/uptime.1
src/usr.bin/w/w.1
src/usr.sbin/getextattr/getextattr.8
src/usr.sbin/iostat/iostat.8
src/usr.sbin/kernbb/kernbb.8
src/usr.sbin/kgmon/kgmon.8
src/usr.sbin/pstat/pstat.8
src/usr.sbin/rwhod/rwhod.8
src/usr.sbin/setextattr/setextattr.8
src/usr.sbin/trpt/trpt.8
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203272340.g2RNe4l68566>
