diff options
author | mpp <mpp@FreeBSD.org> | 2000-05-05 02:25:19 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 2000-05-05 02:25:19 +0000 |
commit | 328ae88abb6eba083b3207cbbaf1f1926828fbbb (patch) | |
tree | 210dac29a83037412a39a15cdbc1ca791766428a /sbin | |
parent | c0f912fb2fb901bbf9171c676bc67ace66284e8c (diff) | |
download | FreeBSD-src-328ae88abb6eba083b3207cbbaf1f1926828fbbb.zip FreeBSD-src-328ae88abb6eba083b3207cbbaf1f1926828fbbb.tar.gz |
Correct an xref.
PR: doc/13218
Submitted by: phantom
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mountd/mountd.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/mountd/mountd.8 b/sbin/mountd/mountd.8 index 98397f5..fdb62a1 100644 --- a/sbin/mountd/mountd.8 +++ b/sbin/mountd/mountd.8 @@ -96,7 +96,9 @@ When .Nm is started, it loads the export host addresses and options into the kernel -using the mount(2) system call. +using the +.Xr mount 2 +system call. After changing the exports file, a hangup signal should be sent to the .Nm |