diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-02-15 04:09:48 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-02-15 04:09:48 +0000 |
| commit | 90836d4e24318c05bdf33face38a8a79bd26ca75 (patch) | |
| tree | 5e85db6fd203cb02e5f2ec490724cf9955e408f2 | |
| parent | c86afb6bc00fa7bd8c6ce184f3d6752266960182 (diff) | |
Notes
| -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 488b3f3e9ea9..66e9fb0a4bb4 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 |
