diff options
author | ru <ru@FreeBSD.org> | 2001-08-08 11:48:28 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-08-08 11:48:28 +0000 |
commit | 6787c701a8230014e296d1e65c8b4733ddf84f84 (patch) | |
tree | f029a640ea1451d65719cafec9eae942a7d4b0ac /share/man/man8 | |
parent | cac152301a43f148900fda9996229f20901ba6ba (diff) | |
download | FreeBSD-src-6787c701a8230014e296d1e65c8b4733ddf84f84.zip FreeBSD-src-6787c701a8230014e296d1e65c8b4733ddf84f84.tar.gz |
mdoc(7) police: expand plain text xrefs.
Diffstat (limited to 'share/man/man8')
-rw-r--r-- | share/man/man8/rc.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man8/rc.8 b/share/man/man8/rc.8 index 191bf2e..ab47de1 100644 --- a/share/man/man8/rc.8 +++ b/share/man/man8/rc.8 @@ -66,7 +66,9 @@ contain additional custom startup code for your system. contains the global system configuration information referenced by the rc files, while .Nm rc.conf.local -contains the local system configuration. See rc.conf(5) +contains the local system configuration. +See +.Xr rc.conf 5 . .Pp The .Nm rc.d |