diff options
author | brooks <brooks@FreeBSD.org> | 2007-03-11 10:48:34 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2007-03-11 10:48:34 +0000 |
commit | 5aefafd7c6fc85e8c812663577a30528e1662345 (patch) | |
tree | 25222fbfa5dfcfd5d5d90adf5fefb56e37657191 /share/man/man5/rc.conf.5 | |
parent | 7cd084865b2e1c7ad98900613cd9638fac8b1da9 (diff) | |
download | FreeBSD-src-5aefafd7c6fc85e8c812663577a30528e1662345.zip FreeBSD-src-5aefafd7c6fc85e8c812663577a30528e1662345.tar.gz |
Spell .Xr without a '/'.
Pointy hat: brooks
Diffstat (limited to 'share/man/man5/rc.conf.5')
-rw-r--r-- | share/man/man5/rc.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 98fd054..3d28a30 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -1388,7 +1388,7 @@ If set to a negative number, the background file system check will be delayed indefinitely to allow the administrator to run it at a more convenient time. For example it may be run from -/Xr cron 8 +.Xr cron 8 by adding a line like .Pp .Dl "0 4 * * * root /etc/rc.d/bgfsck forcestart" |