summaryrefslogtreecommitdiff
path: root/sbin/mountd
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1996-09-11 05:47:41 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1996-09-11 05:47:41 +0000
commit5af517d895cf10921679112ec35befe68ed3bafe (patch)
treeb599245cefefa0e5dafc9eb9cf426a70bc44e8ad /sbin/mountd
parent96c299e5d1a70a605f1270b681f1bb01cbc27da5 (diff)
correct kill(1) usage.
Diffstat (limited to 'sbin/mountd')
-rw-r--r--sbin/mountd/mountd.84
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mountd/mountd.8 b/sbin/mountd/mountd.8
index cd0ffd5440c..59bd2eac73d 100644
--- a/sbin/mountd/mountd.8
+++ b/sbin/mountd/mountd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mountd.8,v 1.3 1996/03/21 00:16:12 niklas Exp $
+.\" $OpenBSD: mountd.8,v 1.4 1996/09/11 05:47:40 mickey Exp $
.\" $NetBSD: mountd.8,v 1.11 1996/02/18 11:57:51 fvdl Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@@ -87,7 +87,7 @@ After changing the exports file,
a hangup signal should be sent to the mountd daemon
to get it to reload the export information.
After sending the SIGHUP
-(kill \-s HUP `cat /var/run/mountd.pid`),
+(kill \-HUP `cat /var/run/mountd.pid`),
check the syslog output to see if mountd logged any parsing
errors in the exports file.
.Sh FILES