aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-20 10:57:25 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-20 10:57:25 +0000
commita24add3fb3440fcbac0c7c92f38a8c624dc10d4e (patch)
tree2a8bc52c1e092bb07d396bfa977570a96a67c91d
parent11d84435fbc95308b8477844b0da05758f936733 (diff)
downloadsrc-a24add3fb3440fcbac0c7c92f38a8c624dc10d4e.tar.gz
src-a24add3fb3440fcbac0c7c92f38a8c624dc10d4e.zip
mdoc(7) police: fixes to the previous revision:
- fixed bad formatting - avoid using German - removed hard sentence break
Notes
Notes: svn path=/head/; revision=74519
-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 0031ea1b926e..6fde3bc39066 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 0031ea1b926e..6fde3bc39066 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>"