diff options
author | rsc <devnull@localhost> | 2005-01-07 20:29:43 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-07 20:29:43 +0000 |
commit | 11c751cf1640049d5bbfb349c064362eeb7eb040 (patch) | |
tree | c38dc4306a34e5bb21129867bfa0988dc71009bc /man | |
parent | 1aae7009ab8fe6e0478b56fddde2f7560921fc36 (diff) | |
download | plan9port-11c751cf1640049d5bbfb349c064362eeb7eb040.tar.gz plan9port-11c751cf1640049d5bbfb349c064362eeb7eb040.tar.bz2 plan9port-11c751cf1640049d5bbfb349c064362eeb7eb040.zip |
mention freebsd nonsense
Diffstat (limited to 'man')
-rw-r--r-- | man/man1/rc.1 | 33 |
1 files changed, 30 insertions, 3 deletions
diff --git a/man/man1/rc.1 b/man/man1/rc.1 index 51a2b22a..6419a391 100644 --- a/man/man1/rc.1 +++ b/man/man1/rc.1 @@ -954,14 +954,41 @@ Tom Duff, .SH BUGS There should be a way to match patterns against whole lists rather than just single strings. -.br +.PP Using .B ~ to check the value of .B $status changes .BR $status . -.br +.PP Functions that use here documents don't work. -.br +.PP Free carets don't get inserted next to keywords. +.PP +The +.BI <{ command } +syntax depends on the underlying operating system +providing a file descriptor device tree at +.BR /dev/fd . +.PP +By default, FreeBSD 5 +does not provide file descriptors greater than 2 +in +.BR /dev/fd . +To fix this, add +.IP +.EX +/fdescfs /dev/fd fdescfs rw 0 0 +.EE +.LP +to +.BR /etc/fstab , +and then +.B mount +.BR /dev/fd . +(Adding the line to +.B fstab +ensures causes FreeBSD to mount the file system +automatically at boot time.) + |