aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mountd
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2024-04-16 22:25:19 +0000
committerMark Johnston <markj@FreeBSD.org>2024-04-16 22:25:19 +0000
commit88d09ddea0111abd74579e5c3c4ed029351feccb (patch)
tree23ee34417d0744a81e4de51950595b8c6de9362c /usr.sbin/mountd
parentb9128a37faafede823eb456aa65a11ac69997284 (diff)
downloadsrc-88d09ddea0111abd74579e5c3c4ed029351feccb.tar.gz
src-88d09ddea0111abd74579e5c3c4ed029351feccb.zip
exports.5: Update an example to use service(8)
MFC after: 1 week
Diffstat (limited to 'usr.sbin/mountd')
-rw-r--r--usr.sbin/mountd/exports.53
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/mountd/exports.5 b/usr.sbin/mountd/exports.5
index 33ab4f693978..a94b5348b572 100644
--- a/usr.sbin/mountd/exports.5
+++ b/usr.sbin/mountd/exports.5
@@ -402,7 +402,7 @@ utility can be made to re-read the
.Nm
file by sending it a hangup signal as follows:
.Bd -literal -offset indent
-/etc/rc.d/mountd reload
+service mountd reload
.Ed
.Pp
After sending the
@@ -600,6 +600,7 @@ afterwards, whereas NFSv3 rejects the mount request.
.Xr mountd 8 ,
.Xr nfsd 8 ,
.Xr rpc.tlsservd 8 ,
+.Xr service 8 ,
.Xr showmount 8
.Sh STANDARDS
The implementation is based on the following documents: