Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/config Fix a macro usage. Add more markup.



details:   https://anonhg.NetBSD.org/src/rev/95f236f88e8b
branches:  trunk
changeset: 810426:95f236f88e8b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Aug 30 06:57:51 2015 +0000

description:
Fix a macro usage. Add more markup.

diffstat:

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

diffs (27 lines):

diff -r 3ddb42096cd2 -r 95f236f88e8b usr.bin/config/config.5
--- a/usr.bin/config/config.5   Sun Aug 30 05:24:03 2015 +0000
+++ b/usr.bin/config/config.5   Sun Aug 30 06:57:51 2015 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: config.5,v 1.29 2015/08/30 01:33:20 uebayasi Exp $
+.\" $NetBSD: config.5,v 1.30 2015/08/30 06:57:51 wiz Exp $
 .\"
 .\"  Copyright (c) 2006, 2007 The NetBSD Foundation.
 .\"  All rights reserved.
@@ -693,7 +693,7 @@
 It defaults to 1, and some pseudo-devices ignore that parameter.
 .It Ic no pseudo-device Ar name
 Removes support for the specified pseudo-device.
-.It Ic makeoptions Ar name Ns = Ns value Op , Ar name Ns += Ns value \
+.It Ic makeoptions Ar name Ns = Ns Ar value Op , Ar name Ns += Ns Ar value \
     Op , Ar ...
 Adds or appends to a definition in the generated
 .Pa Makefile .
@@ -704,7 +704,7 @@
 is defined with
 .Ic defparam ,
 the
-Ns value
+.Ar value
 is defined as an option too.
 .It Ic makeoptions Ar condition name Ns += Ns Ar value Op , Ar condition \
     name Ns += Ns Ar value



Home | Main Index | Thread Index | Old Index