summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-03-20 10:57:25 +0000
committerru <ru@FreeBSD.org>2001-03-20 10:57:25 +0000
commitacc35dc185037dfc1b627c6fea78b6d614d7c31b (patch)
tree37b1ec86979da74788ff67c9d3262cc80cc7a479
parent927a1a8778ef70f19a2357e67a7a435de326501b (diff)
downloadFreeBSD-src-acc35dc185037dfc1b627c6fea78b6d614d7c31b.zip
FreeBSD-src-acc35dc185037dfc1b627c6fea78b6d614d7c31b.tar.gz
mdoc(7) police: fixes to the previous revision:
- fixed bad formatting - avoid using German - removed hard sentence break
-rw-r--r--sbin/nfsd/nfsd.810
-rw-r--r--usr.sbin/nfsd/nfsd.810
2 files changed, 16 insertions, 4 deletions
diff --git a/sbin/nfsd/nfsd.8 b/sbin/nfsd/nfsd.8
index 0031ea1..6fde3bc 100644
--- a/sbin/nfsd/nfsd.8
+++ b/sbin/nfsd/nfsd.8
@@ -154,11 +154,17 @@ would then be used to block nfs-related packets that come in on the outside
interface.
.Pp
.Nm
-has to be terminated with SIGUSR1 and cannot be killed with SIGTERM oder SIGQUIT.
+has to be terminated with
+.Dv SIGUSR1
+and cannot be killed with
+.Dv SIGTERM
+or
+.Dv SIGQUIT .
.Nm
needs to ignore these signals in order to stay alive as long
as possible during a shutdown, otherwise loopback mounts will
-not be able to unmount. If you have to kill
+not be able to unmount.
+If you have to kill
.Nm
just do a
.Dq Li "kill -USR1 <PID of master nfsd>"
diff --git a/usr.sbin/nfsd/nfsd.8 b/usr.sbin/nfsd/nfsd.8
index 0031ea1..6fde3bc 100644
--- a/usr.sbin/nfsd/nfsd.8
+++ b/usr.sbin/nfsd/nfsd.8
@@ -154,11 +154,17 @@ would then be used to block nfs-related packets that come in on the outside
interface.
.Pp
.Nm
-has to be terminated with SIGUSR1 and cannot be killed with SIGTERM oder SIGQUIT.
+has to be terminated with
+.Dv SIGUSR1
+and cannot be killed with
+.Dv SIGTERM
+or
+.Dv SIGQUIT .
.Nm
needs to ignore these signals in order to stay alive as long
as possible during a shutdown, otherwise loopback mounts will
-not be able to unmount. If you have to kill
+not be able to unmount.
+If you have to kill
.Nm
just do a
.Dq Li "kill -USR1 <PID of master nfsd>"
OpenPOWER on IntegriCloud