diff options
author | ru <ru@FreeBSD.org> | 2001-03-20 10:57:25 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-20 10:57:25 +0000 |
commit | acc35dc185037dfc1b627c6fea78b6d614d7c31b (patch) | |
tree | 37b1ec86979da74788ff67c9d3262cc80cc7a479 /sbin/nfsd | |
parent | 927a1a8778ef70f19a2357e67a7a435de326501b (diff) | |
download | FreeBSD-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
Diffstat (limited to 'sbin/nfsd')
-rw-r--r-- | sbin/nfsd/nfsd.8 | 10 |
1 files changed, 8 insertions, 2 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>" |