Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Sort Keywords section



details:   https://anonhg.NetBSD.org/src/rev/24c19d4334d2
branches:  trunk
changeset: 451411:24c19d4334d2
user:      sevan <sevan%NetBSD.org@localhost>
date:      Tue May 21 16:45:19 2019 +0000

description:
Sort Keywords section

diffstat:

 share/man/man4/options.4 |  30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)

diffs (51 lines):

diff -r 33beecad0787 -r 24c19d4334d2 share/man/man4/options.4
--- a/share/man/man4/options.4  Tue May 21 16:22:36 2019 +0000
+++ b/share/man/man4/options.4  Tue May 21 16:45:19 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: options.4,v 1.503 2019/05/21 16:22:36 sevan Exp $
+.\"    $NetBSD: options.4,v 1.504 2019/05/21 16:45:19 sevan Exp $
 .\"
 .\" Copyright (c) 1996
 .\"    Perry E. Metzger.  All rights reserved.
@@ -123,20 +123,6 @@
 except failure to open
 .Ar filename
 produces a fatal error.
-.It Sy options Ar option_name Op , Ar option_name=value Op ...
-Specifies (or sets) the option, or comma-separated list of options,
-.Ar option_name .
-Some options expect to be assigned a value, which may be an integer,
-a double-quoted word, a bare word, or an empty string
-.Pq Qq .
-Note that those are eventually handled by the C compiler, so the rules
-of that language apply.
-.Pp
-.Em Note :
-Options that are not defined by device definition files are passed to
-the compile process as
-.Fl D
-flags to the C compiler.
 .It Sy makeoptions Ar name=value
 Defines a
 .Xr make 1
@@ -165,6 +151,20 @@
 no options COMPAT_09
 no pseudo-device bridge
 .Ed
+.It Sy options Ar option_name Op , Ar option_name=value Op ...
+Specifies (or sets) the option, or comma-separated list of options,
+.Ar option_name .
+Some options expect to be assigned a value, which may be an integer,
+a double-quoted word, a bare word, or an empty string
+.Pq Qq .
+Note that those are eventually handled by the C compiler, so the rules
+of that language apply.
+.Pp
+.Em Note :
+Options that are not defined by device definition files are passed to
+the compile process as
+.Fl D
+flags to the C compiler.
 .It Sy pseudo-device Ar name Op Ar N
 Includes support for the pseudo-device
 .Ar name .



Home | Main Index | Thread Index | Old Index