Clarify that option values are C constants.
This commit is contained in:
parent
7800e2b8b9
commit
dbe99782bc
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: options.4,v 1.301 2006/01/12 19:52:13 wiz Exp $
|
.\" $NetBSD: options.4,v 1.302 2006/01/26 10:02:48 is Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1996
|
.\" Copyright (c) 1996
|
||||||
.\" Perry E. Metzger. All rights reserved.
|
.\" Perry E. Metzger. All rights reserved.
|
||||||
|
@ -146,6 +146,8 @@ Specifies (or sets) the option, or comma-separated list of options,
|
||||||
Some options expect to be assigned a value, which may be an integer,
|
Some options expect to be assigned a value, which may be an integer,
|
||||||
a double-quoted word, a bare word, or an empty string
|
a double-quoted word, a bare word, or an empty string
|
||||||
.Pq Qq .
|
.Pq Qq .
|
||||||
|
Note that those are eventually handled by the C compiler, so the rules
|
||||||
|
of that language apply.
|
||||||
.Pp
|
.Pp
|
||||||
.Em Note :
|
.Em Note :
|
||||||
Options that are not defined by device definition files are passed to
|
Options that are not defined by device definition files are passed to
|
||||||
|
|
Loading…
Reference in New Issue