Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/config .Sx to refer to a section, and add one ref to...



details:   https://anonhg.NetBSD.org/src/rev/c78c91297f0a
branches:  trunk
changeset: 747058:c78c91297f0a
user:      cube <cube%NetBSD.org@localhost>
date:      Mon Aug 31 03:39:00 2009 +0000

description:
.Sx to refer to a section, and add one ref to the lint stuff for clarity.

diffstat:

 usr.bin/config/config.1 |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r e534f05eec84 -r c78c91297f0a usr.bin/config/config.1
--- a/usr.bin/config/config.1   Mon Aug 31 00:05:43 2009 +0000
+++ b/usr.bin/config/config.1   Mon Aug 31 03:39:00 2009 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: config.1,v 1.8 2009/05/04 21:11:53 wiz Exp $
+.\"    $NetBSD: config.1,v 1.9 2009/08/31 03:39:00 cube Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -86,7 +86,9 @@
 is a tool for the kernel developer and generates a
 .Dq lint
 configuration file to be used during regression testing.
-Refer to section LINT CONFIGURATION for the details of that use of
+Refer to section 
+.Sx LINT CONFIGURATION
+for the details of that use of
 .Nm .
 .Pp
 .Nm
@@ -98,7 +100,9 @@
 as the kernel build directory, instead of computing and creating one
 automatically.
 .It Fl L
-Generate a lint configuration.
+Generate a lint configuration.  See section
+.Sx LINT CONFIGURATION
+for details.
 .It Fl P
 Pack locators to save space in the resulting kernel binary.
 The amount of space saved that way is so small that this option should



Home | Main Index | Thread Index | Old Index