Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/config Swtich from -ohang to -tag lists.



details:   https://anonhg.NetBSD.org/src/rev/ac24479faa5c
branches:  trunk
changeset: 936622:ac24479faa5c
user:      uwe <uwe%NetBSD.org@localhost>
date:      Fri Jul 31 23:55:57 2020 +0000

description:
Swtich from -ohang to -tag lists.

-ohang lists are hard to read b/c long config directives are almost
impossible to tell from the following text.  Occasional multi-paragraph
descriptions were quite confusing too.

diffstat:

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

diffs (62 lines):

diff -r f60625873764 -r ac24479faa5c usr.bin/config/config.5
--- a/usr.bin/config/config.5   Fri Jul 31 23:44:04 2020 +0000
+++ b/usr.bin/config/config.5   Fri Jul 31 23:55:57 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: config.5,v 1.43 2020/07/31 23:44:04 uwe Exp $
+.\" $NetBSD: config.5,v 1.44 2020/07/31 23:55:57 uwe Exp $
 .\"
 .\"  Copyright (c) 2006, 2007 The NetBSD Foundation.
 .\"  All rights reserved.
@@ -249,7 +249,7 @@
 .\"
 .Ss CONTEXT NEUTRAL STATEMENTS
 .\"
-.Bl -ohang -compact
+.Bl -tag -width Ic -compact
 .\"
 .Pp
 .It Ic version Ar yyyymmdd
@@ -337,7 +337,7 @@
 and
 .Ic prefix ,
 the preamble may contain the following optional statements:
-.Bl -ohang
+.Bl -tag -width Ic
 .\"
 .It Ic build Ar path
 Defines the build directory for the compilation of the kernel.
@@ -368,7 +368,7 @@
 .Nx
 kernel will have to be added to the user-edited configuration file.
 .Pp
-.Bl -ohang -compact
+.Bl -tag -width Ic -compact
 .\"
 .Pp
 .It Ic devclass Ar class
@@ -691,7 +691,7 @@
 .\"
 .Ss OPTIONS SELECTION
 .\"
-.Bl -ohang
+.Bl -tag -width Ic
 .\"
 .It Ic machine Ar machine Op Ar arch Op Ar subarch Op Ar ...
 The
@@ -701,7 +701,7 @@
 It makes
 .Xr config 1
 include, in that order, the following files:
-.Bl -enum -offset indent -compact
+.Bl -enum
 .It
 .Pa conf/files
 .It
@@ -713,6 +713,7 @@
 .It
 .Pa arch/${MACHINE}/conf/files.${MACHINE}
 .El
+.Pp
 It also defines an attribute for the
 .Ar machine ,
 the



Home | Main Index | Thread Index | Old Index