diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-04-28 07:37:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-04-28 07:37:26 +0000 |
commit | d31366719cdfbf224494f0065cfbcb1653b8831d (patch) | |
tree | fd6da2ef4aaa1eaa55957a98973cc5ea940beda8 /sbin/mountd/mountd.8 | |
parent | f6197851a07ff6687e15da2b1118015f844c2072 (diff) |
use Xr more often
Diffstat (limited to 'sbin/mountd/mountd.8')
-rw-r--r-- | sbin/mountd/mountd.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/mountd/mountd.8 b/sbin/mountd/mountd.8 index c3597545a9d..04b500dfbcd 100644 --- a/sbin/mountd/mountd.8 +++ b/sbin/mountd/mountd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mountd.8,v 1.6 1997/09/14 02:29:55 deraadt Exp $ +.\" $OpenBSD: mountd.8,v 1.7 1998/04/28 07:37:22 deraadt Exp $ .\" $NetBSD: mountd.8,v 1.11 1996/02/18 11:57:51 fvdl Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -85,7 +85,9 @@ for the exports file. .Pp When mountd 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 mountd daemon to get it to reload the export information. |