View | Details | Raw Unified | Return to bug 167804
Collapse All | Expand All

(-)src/contrib/amd/scripts/amd.conf.5 (-2 / +2 lines)
Lines 709-719 Link Here
709
option, but for all UDP mounts only.
709
option, but for all UDP mounts only.
710
.It Va nfs_retry_interval_tcp Pq numeric, default=8
710
.It Va nfs_retry_interval_tcp Pq numeric, default=8
711
Same as the
711
Same as the
712
.It nfs_retry_interval
712
.Va nfs_retry_interval
713
option, but for all TCP mounts only.
713
option, but for all TCP mounts only.
714
.It Va nfs_retry_interval_toplvl Pq numeric, default=8
714
.It Va nfs_retry_interval_toplvl Pq numeric, default=8
715
Same as the
715
Same as the
716
.It nfs_retry_interval
716
.Va nfs_retry_interval
717
option, but only for
717
option, but only for
718
.Nm amd Ns 's
718
.Nm amd Ns 's
719
top-level UDP mounts.
719
top-level UDP mounts.
(-)src/share/man/man5/dice.hints.5,v (-1 / +1 lines)
Lines 162-168 Link Here
162
.Xr kenv 1 ,
162
.Xr kenv 1 ,
163
.Xr loader.conf 5 ,
163
.Xr loader.conf 5 ,
164
.Xr loader 8 ,
164
.Xr loader 8 ,
165
.Xr resource_int_value 9 .
165
.Xr resource_int_value 9
166
.Sh HISTORY
166
.Sh HISTORY
167
The
167
The
168
.Nm
168
.Nm
(-)src/sbin/hastd/hast.conf.5 (-2 / +2 lines)
Lines 37-43 Link Here
37
.Xr hastd 8
37
.Xr hastd 8
38
daemon and the
38
daemon and the
39
.Xr hastctl 8
39
.Xr hastctl 8
40
utility.
40
utility
41
.Sh DESCRIPTION
41
.Sh DESCRIPTION
42
The
42
The
43
.Nm
43
.Nm
Lines 439-445 Link Here
439
.Xr gethostname 3 ,
439
.Xr gethostname 3 ,
440
.Xr geom 4 ,
440
.Xr geom 4 ,
441
.Xr hastctl 8 ,
441
.Xr hastctl 8 ,
442
.Xr hastd 8 .
442
.Xr hastd 8
443
.Sh AUTHORS
443
.Sh AUTHORS
444
The
444
The
445
.Nm
445
.Nm
(-)src/usr.sbin/wpa/hostapd/hostapd.conf.5 (-1 / +1 lines)
Lines 173-179 Link Here
173
used and the SSID is changed.
173
used and the SSID is changed.
174
.It Va wpa_psk_file
174
.It Va wpa_psk_file
175
Optionally, WPA PSKs can be read from a separate text file (containing a
175
Optionally, WPA PSKs can be read from a separate text file (containing a
176
list of (PSK,MAC address) pairs.
176
list of PSK,MAC address pairs).
177
.It Va wpa_key_mgmt
177
.It Va wpa_key_mgmt
178
Set of accepted key management algorithms (WPA-PSK, WPA-EAP, or both).
178
Set of accepted key management algorithms (WPA-PSK, WPA-EAP, or both).
179
.It Va wpa_pairwise
179
.It Va wpa_pairwise
(-)src/contrib/ipfilter/man/ippool.5 (-1 / +1 lines)
Lines 97-103 Link Here
97
When a pool is defined in the configuration file, it must have an associated
97
When a pool is defined in the configuration file, it must have an associated
98
role.  At present the only supported role is
98
role.  At present the only supported role is
99
.B ipf.
99
.B ipf.
100
Future development will see futher expansion of their use by other sections
100
Future development will see further expansion of their use by other sections
101
of IPFilter code.
101
of IPFilter code.
102
.SH EXAMPLES
102
.SH EXAMPLES
103
The following examples show how the pool configuration file is used with
103
The following examples show how the pool configuration file is used with
(-)src/sbin/iscontrol/iscsi.conf.5 (-2 / +2 lines)
Lines 76-82 Link Here
76
is the name by which the target is known, not to be confused with
76
is the name by which the target is known, not to be confused with
77
target address, either obtained via the target administrator, or
77
target address, either obtained via the target administrator, or
78
from a
78
from a
79
.Em discovery session.
79
.Em discovery session .
80
.It Cm InitiatorName
80
.It Cm InitiatorName
81
if not specified, defaults to
81
if not specified, defaults to
82
.Sy iqn.2005-01.il.ac.huji.cs:
82
.Sy iqn.2005-01.il.ac.huji.cs:
Lines 146-152 Link Here
146
This value can only be reduced.
146
This value can only be reduced.
147
.It Cm sockbufsize
147
.It Cm sockbufsize
148
sets the receiver and transmitter socket buffer size to
148
sets the receiver and transmitter socket buffer size to
149
.Em size,
149
.Em size ,
150
in kilobytes.
150
in kilobytes.
151
The default is 128.
151
The default is 128.
152
.El
152
.El
(-)src/usr.sbin/jail/jail.conf.5 (-5 / +6 lines)
Lines 37-43 Link Here
37
configuration file consists of one or more jail definitions statements,
37
configuration file consists of one or more jail definitions statements,
38
and parameter or variable statements within those jail definitions.
38
and parameter or variable statements within those jail definitions.
39
A jail definition statement looks something like a C compound statement.
39
A jail definition statement looks something like a C compound statement.
40
A parameter statement looks like a C assigment,
40
A parameter statement looks like a C assignment,
41
including a terminating semicolon.
41
including a terminating semicolon.
42
.Pp
42
.Pp
43
The general syntax of a jail definition is:
43
The general syntax of a jail definition is:
Lines 101-117 Link Here
101
the syntax of the configuration file (such as a semicolon or
101
the syntax of the configuration file (such as a semicolon or
102
whitespace).
102
whitespace).
103
If a value contains anything more than letters, numbers, dots, dashes
103
If a value contains anything more than letters, numbers, dots, dashes
104
and undescores, it is advisable to put quote marks around that value.
104
and underscores, it is advisable to put quote marks around that value.
105
Either single or double quotes may be used.
105
Either single or double quotes may be used.
106
.Pp
106
.Pp
107
Special characters may be quoted by preceeding them with a backslash.
107
Special characters may be quoted by preceding them with a backslash.
108
Common C-style backslash character codes are also supported, including
108
Common C-style backslash character codes are also supported, including
109
control characters and octal or hex ASCII codes.
109
control characters and octal or hex ASCII codes.
110
A backslash at the end of a line will ignore the subsequent newline and
110
A backslash at the end of a line will ignore the subsequent newline and
111
continue the string at the start of the next line.
111
continue the string at the start of the next line.
112
.Ss Variables
112
.Ss Variables
113
A string may use shell-style variable substitution.
113
A string may use shell-style variable substitution.
114
A parameter or variable name preceeded by a dollar sign, and possibly
114
A parameter or variable name preceded by a dollar sign, and possibly
115
enclosed in braces, will be replaced with the value of that parameter or
115
enclosed in braces, will be replaced with the value of that parameter or
116
variable.
116
variable.
117
For example, a jail's path may be defined in terms of its name or
117
For example, a jail's path may be defined in terms of its name or
Lines 122-128 Link Here
122
path = "/var/jail/${host.hostname}";
122
path = "/var/jail/${host.hostname}";
123
.Ed
123
.Ed
124
.Pp
124
.Pp
125
Variable substition occurs in unquoted tokens or in double-quoted
125
Variable substitution occurs in unquoted tokens or in double-quoted
126
strings, but not in single-quote strings.
126
strings, but not in single-quote strings.
127
.Pp
127
.Pp
128
A variable is defined in the same way a parameter is, except that the
128
A variable is defined in the same way a parameter is, except that the
Lines 205-210 Link Here
205
	mount.nodevfs;
205
	mount.nodevfs;
206
	persist;	// Required because there are no processes
206
	persist;	// Required because there are no processes
207
}
207
}
208
.Ed
208
.Sh SEE ALSO
209
.Sh SEE ALSO
209
.Xr jail_set 2
210
.Xr jail_set 2
210
.Xr jail 8
211
.Xr jail 8
(-)src/contrib/libarche/libarchive/libarchive-formats.5,v (-2 / +2 lines)
Lines 141-147 Link Here
141
the basic tar format.
141
the basic tar format.
142
These extensions are recognized automatically whenever they appear.
142
These extensions are recognized automatically whenever they appear.
143
.Bl -tag -width indent
143
.Bl -tag -width indent
144
.It Numeric extensions.
144
.It Numeric extensions
145
The POSIX standards require fixed-length numeric fields to be written with
145
The POSIX standards require fixed-length numeric fields to be written with
146
some character position reserved for terminators.
146
some character position reserved for terminators.
147
Libarchive allows these fields to be written without terminator characters.
147
Libarchive allows these fields to be written without terminator characters.
Lines 241-247 Link Here
241
.Xr mkdir 1 ,
241
.Xr mkdir 1 ,
242
and
242
and
243
.Xr sed 1 .
243
.Xr sed 1 .
244
It is suitable for portably archiving small collections of plain text files.
244
It is suitable for portable archiving small collections of plain text files.
245
However, it is not generally well-suited for large archives
245
However, it is not generally well-suited for large archives
246
(many implementations of
246
(many implementations of
247
.Xr sh 1
247
.Xr sh 1
(-)src/lib/libutil/login.conf.5 (-1 / +2 lines)
Lines 209-215 Link Here
209
The syntax is the same as for the
209
The syntax is the same as for the
210
.Fl l
210
.Fl l
211
argument of
211
argument of
212
.Xr cpuset 1 or the word
212
.Xr cpuset 1
213
or the word
213
.Ql default .
214
.Ql default .
214
If set to
215
If set to
215
.Ql default
216
.Ql default
(-)src/share/man/man5/make.conf.5 (-1 / +1 lines)
Lines 575-581 Link Here
575
The value should include the full path to the
575
The value should include the full path to the
576
.Pa .mc
576
.Pa .mc
577
file(s), e.g.,
577
file(s), e.g.,
578
.Pa /etc/mail/foo.mc
578
.Pa /etc/mail/foo.mc ,
579
.Pa /etc/mail/bar.mc .
579
.Pa /etc/mail/bar.mc .
580
.It Va SENDMAIL_ALIASES
580
.It Va SENDMAIL_ALIASES
581
.Pq Vt str
581
.Pq Vt str
(-)src/share/man/man5/nsmb.conf.5 (-1 lines)
Lines 96-102 Link Here
96
.Bl -tag -width ".Pa /etc/nsmb.conf"
96
.Bl -tag -width ".Pa /etc/nsmb.conf"
97
.It Pa /etc/nsmb.conf
97
.It Pa /etc/nsmb.conf
98
The default remote mount-point configuration file.
98
The default remote mount-point configuration file.
99
.Pa "~/nsmb.conf"
100
.It Pa ~/nsmb.conf
99
.It Pa ~/nsmb.conf
101
The user specific remote mount-point configuration file.
100
The user specific remote mount-point configuration file.
102
.El
101
.El
(-)src/usr.sbin/ntp/doc/ntp.conf.5 (-15 / +15 lines)
Lines 268-274 Link Here
268
All packets sent to and received from the server or peer are to
268
All packets sent to and received from the server or peer are to
269
include authentication fields encrypted using the autokey scheme
269
include authentication fields encrypted using the autokey scheme
270
described in
270
described in
271
.Sx Authentication Options .
271
.Sx Authentication Commands .
272
.It Cm burst
272
.It Cm burst
273
when the server is reachable, send a burst of eight packets
273
when the server is reachable, send a burst of eight packets
274
instead of the usual one.
274
instead of the usual one.
Lines 305-311 Link Here
305
.It Cm minpoll Ar minpoll
305
.It Cm minpoll Ar minpoll
306
.It Cm maxpoll Ar maxpoll
306
.It Cm maxpoll Ar maxpoll
307
These options specify the minimum and maximum poll intervals
307
These options specify the minimum and maximum poll intervals
308
for NTP messages, as a power of 2 in seconds
308
for NTP messages, as a power of 2 in seconds.
309
The maximum poll
309
The maximum poll
310
interval defaults to 10 (1,024 s), but can be increased by the
310
interval defaults to 10 (1,024 s), but can be increased by the
311
.Cm maxpoll
311
.Cm maxpoll
Lines 363-369 Link Here
363
to avoid accidental or malicious disruption in this mode, both the
363
to avoid accidental or malicious disruption in this mode, both the
364
server and client should operate using symmetric-key or public-key
364
server and client should operate using symmetric-key or public-key
365
authentication as described in
365
authentication as described in
366
.Sx Authentication Options .
366
.Sx Authentication Commands .
367
.It Ic manycastserver Ar address ...
367
.It Ic manycastserver Ar address ...
368
This command enables reception of manycast client messages to
368
This command enables reception of manycast client messages to
369
the multicast group address(es) (type m) specified.
369
the multicast group address(es) (type m) specified.
Lines 376-382 Link Here
376
accidental or malicious disruption in this mode, both the server
376
accidental or malicious disruption in this mode, both the server
377
and client should operate using symmetric-key or public-key
377
and client should operate using symmetric-key or public-key
378
authentication as described in
378
authentication as described in
379
.Sx Authentication Options .
379
.Sx Authentication Commands .
380
.It Ic multicastclient Ar address ...
380
.It Ic multicastclient Ar address ...
381
This command enables reception of multicast server messages to
381
This command enables reception of multicast server messages to
382
the multicast group address(es) (type m) specified.
382
the multicast group address(es) (type m) specified.
Lines 389-395 Link Here
389
in order to avoid accidental or malicious disruption in this mode,
389
in order to avoid accidental or malicious disruption in this mode,
390
both the server and client should operate using symmetric-key or
390
both the server and client should operate using symmetric-key or
391
public-key authentication as described in
391
public-key authentication as described in
392
.Sx Authentication Options .
392
.Sx Authentication Commands .
393
.El
393
.El
394
.Sh Authentication Support
394
.Sh Authentication Support
395
Authentication support allows the NTP client to verify that the
395
Authentication support allows the NTP client to verify that the
Lines 466-472 Link Here
466
Furthermore, the Autokey scheme requires a
466
Furthermore, the Autokey scheme requires a
467
preliminary protocol exchange to obtain
467
preliminary protocol exchange to obtain
468
the server certificate, verify its
468
the server certificate, verify its
469
credentials and initialize the protocol
469
credentials and initialize the protocol.
470
.Pp
470
.Pp
471
The
471
The
472
.Cm auth
472
.Cm auth
Lines 669-675 Link Here
669
all of which are bound together by the protocol specifically
669
all of which are bound together by the protocol specifically
670
to deflect masquerade attacks.
670
to deflect masquerade attacks.
671
For this reason Autokey
671
For this reason Autokey
672
includes the source and destinatino IP addresses in message digest
672
includes the source and destination IP addresses in message digest
673
computations and so the same addresses must be available
673
computations and so the same addresses must be available
674
at both the server and client.
674
at both the server and client.
675
For this reason operation
675
For this reason operation
Lines 796-802 Link Here
796
a subject key identifier or a issuer key identifier field;
796
a subject key identifier or a issuer key identifier field;
797
however, an extended key usage field for a trusted host must
797
however, an extended key usage field for a trusted host must
798
contain the value
798
contain the value
799
.Cm trustRoot ; .
799
.Cm trustRoot .
800
Other extension fields are ignored.
800
Other extension fields are ignored.
801
.Ss Authentication Commands
801
.Ss Authentication Commands
802
.Bl -tag -width indent
802
.Bl -tag -width indent
Lines 1068-1077 Link Here
1068
The first two fields show the date (Modified Julian Day) and time
1068
The first two fields show the date (Modified Julian Day) and time
1069
(seconds and fraction past UTC midnight).
1069
(seconds and fraction past UTC midnight).
1070
The next field shows the peer
1070
The next field shows the peer
1071
address in dotted-quad notation, The final message field includes the
1071
address in dotted-quad notation. The final message field includes the
1072
message type and certain ancillary information.
1072
message type and certain ancillary information.
1073
See the
1073
See the
1074
.Sx Authentication Options
1074
.Sx Authentication Commands
1075
section for further information.
1075
section for further information.
1076
.It Cm loopstats
1076
.It Cm loopstats
1077
Enables recording of loop filter statistics information.
1077
Enables recording of loop filter statistics information.
Lines 1155-1161 Link Here
1155
.It Packets received Cm 81965
1155
.It Packets received Cm 81965
1156
Total number of packets received.
1156
Total number of packets received.
1157
.It Packets processed Cm 0
1157
.It Packets processed Cm 0
1158
Number of packets received in response to previous packets sent
1158
Number of packets received in response to previous packets sent.
1159
.It Current version Cm 9546
1159
.It Current version Cm 9546
1160
Number of packets matching the current NTP version.
1160
Number of packets matching the current NTP version.
1161
.It Previous version Cm 56
1161
.It Previous version Cm 56
Lines 1461-1467 Link Here
1461
spacing, while the
1461
spacing, while the
1462
.Cm minimum
1462
.Cm minimum
1463
subcommand specifies the minimum packet spacing.
1463
subcommand specifies the minimum packet spacing.
1464
Packets that violate these minima are discarded
1464
Packets that violate these minimum are discarded
1465
and a kiss-o'-death packet returned if enabled.
1465
and a kiss-o'-death packet returned if enabled.
1466
The default
1466
The default
1467
minimum average and minimum are 5 and 2, respectively.
1467
minimum average and minimum are 5 and 2, respectively.
Lines 1775-1781 Link Here
1775
servers which can be found by manycast client associations.
1775
servers which can be found by manycast client associations.
1776
Because manycast servers respond only when the client
1776
Because manycast servers respond only when the client
1777
stratum is equal to or greater than the server stratum,
1777
stratum is equal to or greater than the server stratum,
1778
primary (stratum 1) servers fill find only primary servers
1778
primary (stratum 1) servers will find only primary servers
1779
in TTL range, which is probably the most common objective.
1779
in TTL range, which is probably the most common objective.
1780
However, unless configured otherwise, all manycast clients
1780
However, unless configured otherwise, all manycast clients
1781
in TTL range will eventually find all primary servers
1781
in TTL range will eventually find all primary servers
Lines 1955-1961 Link Here
1955
This value defaults to 1, but can be changed
1955
This value defaults to 1, but can be changed
1956
to any number from 1 to 15.
1956
to any number from 1 to 15.
1957
.It Cm minclock Ar minclock
1957
.It Cm minclock Ar minclock
1958
The clustering algorithm repeatedly casts out outlyer
1958
The clustering algorithm repeatedly casts out outerlayer
1959
associations until no more than
1959
associations until no more than
1960
.Cm minclock
1960
.Cm minclock
1961
associations remain.
1961
associations remain.
Lines 1965-1971 Link Here
1965
.It Cm minsane Ar minsane
1965
.It Cm minsane Ar minsane
1966
This is the minimum number of candidates available
1966
This is the minimum number of candidates available
1967
to the clock selection algorithm in order to produce
1967
to the clock selection algorithm in order to produce
1968
one or more truechimers for the clustering algorithm.
1968
one or more true chimers for the clustering algorithm.
1969
If fewer than this number are available, the clock is
1969
If fewer than this number are available, the clock is
1970
undisciplined and allowed to run free.
1970
undisciplined and allowed to run free.
1971
The default is 1
1971
The default is 1
(-)src/contrib/pf/man/pf.conf.5 (-1 / +1 lines)
Lines 3053-3059 Link Here
3053
.Ar group
3053
.Ar group
3054
and
3054
and
3055
.Ar user
3055
.Ar user
3056
filter parameter in conjuction with a Giant-free netstack
3056
filter parameter in conjunction with a Giant-free netstack
3057
can result in a deadlock.
3057
can result in a deadlock.
3058
A workaround is available under the
3058
A workaround is available under the
3059
.Va debug.pfugidhack
3059
.Va debug.pfugidhack
(-)src/share/man/man5/portsnap.conf.5 (-4 / +8 lines)
Lines 47-53 Link Here
47
This is equivalent to the
47
This is equivalent to the
48
.Fl s Ar server
48
.Fl s Ar server
49
option to
49
option to
50
.Xr portsnap 8 , and will be ignored if the command-line
50
.Xr portsnap 8 ,
51
and will be ignored if the command-line
51
option is used.
52
option is used.
52
.Pp
53
.Pp
53
A line of the form
54
A line of the form
Lines 58-64 Link Here
58
This is equivalent to the
59
This is equivalent to the
59
.Fl k Ar KEY
60
.Fl k Ar KEY
60
option to
61
option to
61
.Xr portsnap 8 , and will be ignored if the command-line
62
.Xr portsnap 8 ,
63
and will be ignored if the command-line
62
option is used.
64
option is used.
63
.Pp
65
.Pp
64
A line of the form
66
A line of the form
Lines 68-74 Link Here
68
This is equivalent to the
70
This is equivalent to the
69
.Fl d Ar workdir
71
.Fl d Ar workdir
70
option to
72
option to
71
.Xr portsnap 8 , and will be ignored if the command-line option
73
.Xr portsnap 8 ,
74
and will be ignored if the command-line option
72
is used.
75
is used.
73
.Pp
76
.Pp
74
A line of the form
77
A line of the form
Lines 82-88 Link Here
82
This is equivalent to the
85
This is equivalent to the
83
.Fl p Ar portsdir
86
.Fl p Ar portsdir
84
option to
87
option to
85
.Xr portsnap 8 , and will be ignored if the command-line option
88
.Xr portsnap 8 ,
89
and will be ignored if the command-line option
86
is used.
90
is used.
87
.Pp
91
.Pp
88
If more than one line of any of the above forms is included in
92
If more than one line of any of the above forms is included in
(-)src/share/man/man5/rc.conf.5 (-5 / +6 lines)
Lines 386-392 Link Here
386
this variable should be set to an empty string.
386
this variable should be set to an empty string.
387
If this value remains unset when the system is done booting
387
If this value remains unset when the system is done booting
388
your console login will display the default hostname of
388
your console login will display the default hostname of
389
.Dq Amnesiac.
389
.Dq Amnesiac .
390
.It Va nisdomainname
390
.It Va nisdomainname
391
.Pq Vt str
391
.Pq Vt str
392
The NIS domain name of this host, or
392
The NIS domain name of this host, or
Lines 1299-1304 Link Here
1299
ifconfig_net0="inet 192.0.2.1 netmask 0xffffff00"
1299
ifconfig_net0="inet 192.0.2.1 netmask 0xffffff00"
1300
.Ed
1300
.Ed
1301
.It Va ipv6_enable
1301
.It Va ipv6_enable
1302
.Pq Vt bool
1302
This variable is deprecated.
1303
This variable is deprecated.
1303
Use
1304
Use
1304
.Va ifconfig_ Ns Ao Ar interface Ac Ns _ipv6
1305
.Va ifconfig_ Ns Ao Ar interface Ac Ns _ipv6
Lines 1306-1312 Link Here
1306
.Va ipv6_activate_all_interfaces
1307
.Va ipv6_activate_all_interfaces
1307
if necessary.
1308
if necessary.
1308
.Pp
1309
.Pp
1309
.Pq Vt bool
1310
If the variable is
1310
If the variable is
1311
.Dq Li YES ,
1311
.Dq Li YES ,
1312
.Dq Li inet6 accept_rtadv
1312
.Dq Li inet6 accept_rtadv
Lines 1317-1328 Link Here
1317
is defined as
1317
is defined as
1318
.Dq Li YES .
1318
.Dq Li YES .
1319
.It Va ipv6_prefer
1319
.It Va ipv6_prefer
1320
.Pq Vt bool
1320
This variable is deprecated.
1321
This variable is deprecated.
1321
Use
1322
Use
1322
.Va ip6addrctl_policy
1323
.Va ip6addrctl_policy
1323
instead.
1324
instead.
1324
.Pp
1325
.Pp
1325
.Pq Vt bool
1326
If the variable is
1326
If the variable is
1327
.Dq Li YES ,
1327
.Dq Li YES ,
1328
the default address selection policy table set by
1328
the default address selection policy table set by
Lines 3286-3294 Link Here
3286
daemon is started for a non-default port, the
3286
daemon is started for a non-default port, the
3287
.Va "moused_" Ns Ar XXX Ns Va "_flags"
3287
.Va "moused_" Ns Ar XXX Ns Va "_flags"
3288
set of options has precedence over and replaces the default
3288
set of options has precedence over and replaces the default
3289
.Va moused_flags (where
3289
.Va moused_flags
3290
(where
3290
.Ar XXX
3291
.Ar XXX
3291
is the name of the non-default port, i.e.\&
3292
is the name of the non-default port, i.g.\&
3292
.Ar ums0 ) .
3293
.Ar ums0 ) .
3293
By setting
3294
By setting
3294
.Va "moused_" Ns Ar XXX Ns Va "_flags"
3295
.Va "moused_" Ns Ar XXX Ns Va "_flags"
(-)src/share/man/man5/src.conf.5 (-7 / +5 lines)
Lines 209-215 Link Here
209
.It Va WITHOUT_BINUTILS
209
.It Va WITHOUT_BINUTILS
210
.\" from FreeBSD: head/tools/build/options/WITHOUT_BINUTILS 222090 2011-05-19 05:13:25Z imp
210
.\" from FreeBSD: head/tools/build/options/WITHOUT_BINUTILS 222090 2011-05-19 05:13:25Z imp
211
Set to not install binutils (as, c++-filt, gconv, gnu-ar, gnu-randlib,
211
Set to not install binutils (as, c++-filt, gconv, gnu-ar, gnu-randlib,
212
ld, nm, objcopy, objdump, readelf, size and strip)
212
ld, nm, objcopy, objdump, readelf, size and strip).
213
.Bf -symbolic
213
.Bf -symbolic
214
The option does not generally work for build targets, unless some alternative
214
The option does not generally work for build targets, unless some alternative
215
toolchain is enabled.
215
toolchain is enabled.
Lines 291-302 Link Here
291
.It Va WITH_CLANG_IS_CC
291
.It Va WITH_CLANG_IS_CC
292
.\" from FreeBSD: head/tools/build/options/WITH_CLANG_IS_CC 232322 2012-02-29 22:58:51Z dim
292
.\" from FreeBSD: head/tools/build/options/WITH_CLANG_IS_CC 232322 2012-02-29 22:58:51Z dim
293
Set to install the Clang C/C++ compiler as
293
Set to install the Clang C/C++ compiler as
294
.Pa /usr/bin/cc
294
.Pa /usr/bin/cc ,
295
,
296
.Pa /usr/bin/c++
295
.Pa /usr/bin/c++
297
and
296
and
298
.Pa /usr/bin/cpp
297
.Pa /usr/bin/cpp .
299
.
300
.It Va WITHOUT_CPP
298
.It Va WITHOUT_CPP
301
.\" from FreeBSD: head/tools/build/options/WITHOUT_CPP 156932 2006-03-21 07:50:50Z ru
299
.\" from FreeBSD: head/tools/build/options/WITHOUT_CPP 156932 2006-03-21 07:50:50Z ru
302
Set to not build
300
Set to not build
Lines 897-903 Link Here
897
The set includes
895
The set includes
898
.Xr cc 1 ,
896
.Xr cc 1 ,
899
.Xr make 1
897
.Xr make 1
900
and neccessary utilites like assembler, linker and library archive manager.
898
and necessarily utilities like assembler, linker and library archive manager.
901
.It Va WITHOUT_SOURCELESS
899
.It Va WITHOUT_SOURCELESS
902
.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS 230972 2012-02-04 00:54:43Z rmh
900
.\" from FreeBSD: head/tools/build/options/WITHOUT_SOURCELESS 230972 2012-02-04 00:54:43Z rmh
903
Set to not build kernel modules that include sourceless code (either microcode or native code for host CPU).
901
Set to not build kernel modules that include sourceless code (either microcode or native code for host CPU).
Lines 1015-1021 Link Here
1015
Set to not build ZFS file system.
1013
Set to not build ZFS file system.
1016
.It Va WITHOUT_ZONEINFO
1014
.It Va WITHOUT_ZONEINFO
1017
.\" from FreeBSD: head/tools/build/options/WITHOUT_ZONEINFO 171994 2007-08-27 20:01:08Z remko
1015
.\" from FreeBSD: head/tools/build/options/WITHOUT_ZONEINFO 171994 2007-08-27 20:01:08Z remko
1018
Set to not build the timezone database
1016
Set to not build the timezone database.
1019
.El
1017
.El
1020
.Sh FILES
1018
.Sh FILES
1021
.Bl -tag -compact
1019
.Bl -tag -compact
(-)src/crypto/openssh/ssh_config.5 (-2 / +2 lines)
Lines 546-552 Link Here
546
be disclosed.
546
be disclosed.
547
The default is
547
The default is
548
.Dq no .
548
.Dq no .
549
Note that existing names and addresses in known hosts files
549
Note that existing names and addresses in known_hosts files
550
will not be converted automatically,
550
will not be converted automatically,
551
but may be manually hashed using
551
but may be manually hashed using
552
.Xr ssh-keygen 1 .
552
.Xr ssh-keygen 1 .
Lines 835-841 Link Here
835
.Dq no .
835
.Dq no .
836
.It Cm PKCS11Provider
836
.It Cm PKCS11Provider
837
Specifies which PKCS#11 provider to use.
837
Specifies which PKCS#11 provider to use.
838
The argument to this keyword is the PKCS#11 shared library
838
The argument to this keyword is the PKCS#11 shared library.
839
.Xr ssh 1
839
.Xr ssh 1
840
should use to communicate with a PKCS#11 token providing the user's
840
should use to communicate with a PKCS#11 token providing the user's
841
private RSA key.
841
private RSA key.
(-)src/crypto/openssh/sshd_config.5 (-1 / +2 lines)
Lines 818-824 Link Here
818
is
818
is
819
.Dq yes ,
819
.Dq yes ,
820
the root user may be allowed in with its password even if
820
the root user may be allowed in with its password even if
821
.Cm PermitRootLogin is set to
821
.Cm PermitRootLogin
822
is set to
822
.Dq without-password .
823
.Dq without-password .
823
.Pp
824
.Pp
824
If this option is set to
825
If this option is set to
(-)src/share/termcap/termcap.5 (-2 / +2 lines)
Lines 1821-1827 Link Here
1821
.Sy \&ts
1821
.Sy \&ts
1822
and
1822
and
1823
.Sy \&fs .
1823
.Sy \&fs .
1824
.Pf ( Xr \&fs
1824
.Pf ( Sy \&fs
1825
must leave the cursor position in the same place that it was before
1825
must leave the cursor position in the same place that it was before
1826
.Sy \&ts .
1826
.Sy \&ts .
1827
If necessary, the
1827
If necessary, the
Lines 2067-2073 Link Here
2067
.Pp
2067
.Pp
2068
Other specific terminal problems may be corrected by adding more
2068
Other specific terminal problems may be corrected by adding more
2069
capabilities of the form
2069
capabilities of the form
2070
.Sy x Em x .
2070
.Sy x Ns Em x .
2071
.Ss Similar Terminals
2071
.Ss Similar Terminals
2072
If there are two very similar terminals,
2072
If there are two very similar terminals,
2073
one can be defined as being just like the other with certain exceptions.
2073
one can be defined as being just like the other with certain exceptions.
(-)src/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 (-2 / +2 lines)
Lines 316-322 Link Here
316
If the
316
If the
317
.Va dh_file
317
.Va dh_file
318
is in DSA parameters format, it will be automatically converted
318
is in DSA parameters format, it will be automatically converted
319
into DH params.
319
into DH parameters.
320
.It Va subject_match
320
.It Va subject_match
321
Substring to be matched against the subject of the
321
Substring to be matched against the subject of the
322
authentication server certificate.
322
authentication server certificate.
Lines 370-376 Link Here
370
fragmented.
370
fragmented.
371
.It Li sim_min_num_chal=3
371
.It Li sim_min_num_chal=3
372
can be used to configure EAP-SIM to require three
372
can be used to configure EAP-SIM to require three
373
challenges (by default, it accepts 2 or 3)
373
challenges (by default, it accepts 2 or 3).
374
.It Li fast_provisioning=1
374
.It Li fast_provisioning=1
375
option enables in-line provisioning of EAP-FAST
375
option enables in-line provisioning of EAP-FAST
376
credentials (PAC).
376
credentials (PAC).

Return to bug 167804