Source-Changes-HG archive

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

[src/trunk]: src/share/man/man8 Some more nit fixes.



details:   https://anonhg.NetBSD.org/src/rev/888610fa171a
branches:  trunk
changeset: 580963:888610fa171a
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue May 17 14:08:36 2005 +0000

description:
Some more nit fixes.

diffstat:

 share/man/man8/afterboot.8 |  11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diffs (46 lines):

diff -r 09cab1a85a50 -r 888610fa171a share/man/man8/afterboot.8
--- a/share/man/man8/afterboot.8        Tue May 17 14:05:46 2005 +0000
+++ b/share/man/man8/afterboot.8        Tue May 17 14:08:36 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: afterboot.8,v 1.19 2005/05/17 14:05:46 wiz Exp $
+.\"    $NetBSD: afterboot.8,v 1.20 2005/05/17 14:08:36 wiz Exp $
 .\"    $OpenBSD: afterboot.8,v 1.72 2002/02/22 02:02:33 miod Exp $
 .\"
 .\" Originally created by Marshall M. Midden -- 1997-10-20, m4%umn.edu@localhost
@@ -604,7 +604,7 @@
 .Pa /etc/rc.d/*
 scripts are invoked at boot time after single user mode has exited,
 and at shutdown.
-The whole process is controlled, by the master script
+The whole process is controlled by the master script
 .Pa /etc/rc .
 This script should not be changed by administrators.
 .Pp
@@ -704,7 +704,9 @@
 .Pa /usr/share/sendmail/README
 and
 .Pa /usr/share/doc/smm/08.sendmailop/op.me
-(run "make" to produce a PostScript version)
+(run
+.Ic make
+there to produce a PostScript version)
 for information on generating your own sendmail configuration files.
 .Pa /etc/mailer.conf
 is configured to use Sendmail binaries by default and
@@ -894,7 +896,7 @@
 .Sh COMPILING A KERNEL
 Note:
 The standard
-.Ox
+.Nx
 kernel configuration (GENERIC) is suitable for most purposes.
 .Pp
 First, review the system message buffer in
@@ -952,6 +954,7 @@
 $ cd /usr/src
 $ K=sys/arch/`uname -m`/conf
 $ cp $K/GENERIC $K/SOMEFILE
+$ vi $K/SOMEFILE (adapt to your needs)
 $ ./build.sh tools
 $ ./build.sh kernel=SOMEFILE
 .Ed



Home | Main Index | Thread Index | Old Index