diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2001-10-25 20:45:47 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2001-10-25 20:45:47 +0000 |
| commit | 4983b09404203dd02b2a5a99eb0e4ad9a7496ca9 (patch) | |
| tree | a35c0517abf55e70bc28349241a799a766c6de92 /share | |
| parent | 76e7a7829278402dac55652e8a3a78def61a69c6 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man5/fbtab.5 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man5/fbtab.5 b/share/man/man5/fbtab.5 index 014ce47827fc..91d3d6d40454 100644 --- a/share/man/man5/fbtab.5 +++ b/share/man/man5/fbtab.5 @@ -19,10 +19,8 @@ Blank lines or lines with only a comment are ignored. All other lines consist of three fields delimited by whitespace: a login device (/dev/ttyv0), an octal permission number (0600), and a ":"-delimited list of -devices (/dev/console). All device names are -absolute paths. -A path that ends in "/*" refers to all -directory entries except "." and "..". +device patterns (/dev/console, /dev/dsp*). +All device patterns are absolute paths. .Pp If the tty argument (relative path) matches a login device name (absolute path), the permissions of the devices in the |
