mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
gcc on alpha complains about nested comments. A comment in this
file referred to a path ending in "/*" which was reasonable to me, but gcc wasn't so sure. So now the comment refers to a path ending in "*".
This commit is contained in:
parent
c86afb6bc0
commit
90836d4e24
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
whitespace: a login device (/dev/console), an octal
|
||||
permission number (0600), and a ":"-delimited list of
|
||||
devices (/dev/kbd:/dev/mouse). All device names are
|
||||
absolute paths. A path that ends in "/*" refers to all
|
||||
absolute paths. A path that ends in "*" refers to all
|
||||
directory entries except "." and "..".
|
||||
|
||||
If the tty argument (relative path) matches a login device
|
||||
|
|
|
|||
Loading…
Reference in a new issue