diff options
author | jb <jb@FreeBSD.org> | 1998-02-15 04:09:48 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1998-02-15 04:09:48 +0000 |
commit | e56ba0b4bdc15804db588a24b4e377989fbda082 (patch) | |
tree | b6dcf85b959f3d7fa5aea8f2552fbeb2319a43b6 /usr.bin/login | |
parent | 3317d38e22a11b743ebd5d5028fc9896d73f4a11 (diff) | |
download | FreeBSD-src-e56ba0b4bdc15804db588a24b4e377989fbda082.zip FreeBSD-src-e56ba0b4bdc15804db588a24b4e377989fbda082.tar.gz |
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
"*".
Diffstat (limited to 'usr.bin/login')
-rw-r--r-- | usr.bin/login/login_fbtab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/login/login_fbtab.c b/usr.bin/login/login_fbtab.c index 488b3f3..66e9fb0 100644 --- a/usr.bin/login/login_fbtab.c +++ b/usr.bin/login/login_fbtab.c @@ -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 |