diff options
author | ats <ats@FreeBSD.org> | 1994-11-19 13:41:26 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1994-11-19 13:41:26 +0000 |
commit | d6edf2477154b3bc807ad256d52bbd91991ca0b9 (patch) | |
tree | 0643be98dcc335fae57b985e41ddbf8437c3118c /usr.sbin | |
parent | 39b1dfca208e0fd9e59f78f729c7552e30f862d3 (diff) | |
download | FreeBSD-src-d6edf2477154b3bc807ad256d52bbd91991ca0b9.zip FreeBSD-src-d6edf2477154b3bc807ad256d52bbd91991ca0b9.tar.gz |
More updates to the manual pages. Used also the unknown macro.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/named/tools/named.reload/named.reload.8 | 8 | ||||
-rw-r--r-- | usr.sbin/named/tools/named.restart/named.restart.8 | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/named/tools/named.reload/named.reload.8 b/usr.sbin/named/tools/named.reload/named.reload.8 index b838ea0..81cc84d 100644 --- a/usr.sbin/named/tools/named.reload/named.reload.8 +++ b/usr.sbin/named/tools/named.reload/named.reload.8 @@ -53,17 +53,17 @@ .\" .\" from hostname.7 6.4 (Berkeley) 1/16/90 .\" -.TH @INDOT_U@NAMED.RELOAD @SYS_OPS_EXT_U@ "June 26, 1993" +.TH NAMED.RELOAD 8 "June 26, 1993" .UC 5 .SH NAME -@INDOT@named.reload \- cause the name server to synchronize its database +named.reload \- cause the name server to synchronize its database .SH DESCRIPTION This command sends a \s-1SIGHUP\s+1 to the running name server. This signal is documented in -.IR named (@SYS_OPS_EXT@). +.IR named (8). .SH BUGS Does not check to see if the name server is actually running, and could use a stale PID cache file which may result in the death of an unrelated process. .SH SEE ALSO -@INDOT@named(@SYS_OPS_EXT@), @INDOT@named.restart(@SYS_OPS_EXT@) +named(8), named.restart(8) diff --git a/usr.sbin/named/tools/named.restart/named.restart.8 b/usr.sbin/named/tools/named.restart/named.restart.8 index 034bebd..8b11b64 100644 --- a/usr.sbin/named/tools/named.restart/named.restart.8 +++ b/usr.sbin/named/tools/named.restart/named.restart.8 @@ -53,10 +53,10 @@ .\" .\" from hostname.7 6.4 (Berkeley) 1/16/90 .\" -.TH @INDOT_U@NAMED.RESTART @SYS_OPS_EXT_U@ "June 26, 1993" +.TH NAMED.RESTART 8 "June 26, 1993" .UC 5 .SH NAME -@INDOT@named.restart \- stop and restart the name server +named.restart \- stop and restart the name server .SH DESCRIPTION This command sends a \s-1SIGKILL\s+1 to the running name server and then starts a new one. @@ -70,4 +70,4 @@ the server could take some time to die and the new one will experience a fatal error if the old one isn't gone by the time it starts, you can be left in a situation where you have no name server at all. .SH SEE ALSO -@INDOT@named(@SYS_OPS_EXT@), @INDOT@named.reload(@SYS_OPS_EXT@) +named(8), named.reload(8) |