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
@ -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 New Issue
Block a user