summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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