Lines Matching +full:conf +full:- +full:rst
70 .Bl -tag -width indent
83 .\" -C
89 .\" -L | -U
92 .Xr login.conf 5
103 is used, only the system-wide
104 .Pa /etc/login.conf.db
116 .\" -P
125 .\" -S
136 also supports environment-variable substitution, as described
138 .\" -u
153 .\" -v
195 .Ss Details of -S (split-string) processing
214 Single quotes will escape all non-single quote characters, up to
216 Double quotes will escape all non-double quote characters, up to
247 .Bl -tag -width indent -offset indent -compact
251 This must not appear inside a double-quoted string.
253 Replace with a <form-feed> character.
255 Replace with a <new-line> character.
276 If this is found inside of a double-quoted string, then replace it
289 The sequences for <single-quote> and backslash are the only sequences
290 which are recognized inside of a single-quoted string.
291 The other sequences have no special meaning inside a single-quoted
293 All escape sequences are recognized inside of a double-quoted string.
336 .Ss Use in shell-scripts
347 (first line) of an interpreted script has changed as of
357 .Dl "#!/usr/local/bin/php -n -q -dsafe_mode=0"
362 .Bd -literal -offset indent
364 arg[1] = '-n'
365 arg[2] = '-q'
366 arg[3] = '-dsafe_mode=0'
381 .Bd -literal -offset indent
383 arg[1] = '-n -q -dsafe_mode=0'
394 .Dl "#!/usr/bin/env -S /usr/local/bin/php -n -q -dsafe_mode=0"
401 .Dl "arg[1] = '-S /usr/local/bin/php -n -q -dsafe_mode=0'"
422 .Ex -std
474 .Dl "#!/usr/bin/env -S -P/usr/local/bin:/usr/bin perl"
491 .Dl "#!/usr/bin/env -S-P/usr/local/bin:/usr/bin:${PATH} perl"
494 .Bd -literal -offset indent
508 .Xr login.conf 5 ,
514 .St -p1003.1-2001 .
519 options are non-standard extensions supported by