Module Name: src
Committed By: wiz
Date: Mon May 4 21:11:54 UTC 2009
Modified Files:
src/usr.bin/config: config.1
Log Message:
Use Sx. Remove superfluous .Pp.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/config/config.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/config/config.1
diff -u src/usr.bin/config/config.1:1.7 src/usr.bin/config/config.1:1.8
--- src/usr.bin/config/config.1:1.7 Tue Mar 24 00:14:01 2009
+++ src/usr.bin/config/config.1 Mon May 4 21:11:53 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: config.1,v 1.7 2009/03/24 00:14:01 joerg Exp $
+.\" $NetBSD: config.1,v 1.8 2009/05/04 21:11:53 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -55,7 +55,9 @@
creates a kernel build directory from the machine description file
.Ar config-file ,
which describes the system to configure.
-Refer to section KERNEL BUILD CONFIGURATION for the details of that use
+Refer to section
+.Sx KERNEL BUILD CONFIGURATION
+for the details of that use
of
.Nm .
.Pp
@@ -104,8 +106,8 @@
.It Fl p
Generate a build directory suited for kernel profiling.
However, this options should be avoided in favor of the relevant options
-inside the configuration file as described in section KERNEL BUILD
-CONFIGURATION.
+inside the configuration file as described in section
+.Sx KERNEL BUILD CONFIGURATION .
.It Fl s Ar srcdir
Point to the top of the kernel source tree.
It must be an absolute path when
@@ -120,7 +122,6 @@
Extract the configuration embedded in a kernel binary.
.El
.Ss KERNEL BUILD CONFIGURATION
-.Pp
There are several different ways to run the
.Nm
program.