diff options
author | uqs <uqs@FreeBSD.org> | 2010-05-13 12:08:11 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-05-13 12:08:11 +0000 |
commit | 64c451d29ebd70d8ecdbcd5a0e34ff1c4d803ac6 (patch) | |
tree | d8e521baa64fd8da59f9f26f29ea2bc2501ef0a2 /sbin/hastctl | |
parent | 1ab3783e1a2e5231321a0fc5399736ddc70407f0 (diff) | |
download | FreeBSD-src-64c451d29ebd70d8ecdbcd5a0e34ff1c4d803ac6.zip FreeBSD-src-64c451d29ebd70d8ecdbcd5a0e34ff1c4d803ac6.tar.gz |
mdoc: move remaining sections into consistent order
This pertains mostly to FILES, HISTORY, EXIT STATUS and AUTHORS sections.
Found by: mdocml lint run
Reviewed by: ru
Diffstat (limited to 'sbin/hastctl')
-rw-r--r-- | sbin/hastctl/hastctl.8 | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/sbin/hastctl/hastctl.8 b/sbin/hastctl/hastctl.8 index bf03c2e..f6e0834 100644 --- a/sbin/hastctl/hastctl.8 +++ b/sbin/hastctl/hastctl.8 @@ -153,6 +153,20 @@ Print debugging information. This option can be specified multiple times to raise the verbosity level. .El +.Sh FILES +.Bl -tag -width ".Pa /var/run/hastctl" -compact +.It Pa /etc/hast.conf +Configuration file for +.Nm +and +.Xr hastd 8 . +.It Pa /var/run/hastctl +Control socket used by +.Nm +to communicate with the +.Xr hastd 8 +daemon. +.El .Sh EXIT STATUS Exit status is 0 on success, or one of the values described in .Xr sysexits 3 @@ -185,20 +199,6 @@ nodeB# fsck -t ufs /dev/hast/shared nodeB# mount -o noatime /dev/hast/shared /shared nodeB# application_start .Ed -.Sh FILES -.Bl -tag -width ".Pa /var/run/hastctl" -compact -.It Pa /etc/hast.conf -Configuration file for -.Nm -and -.Xr hastd 8 . -.It Pa /var/run/hastctl -Control socket used by -.Nm -to communicate with the -.Xr hastd 8 -daemon. -.El .Sh SEE ALSO .Xr sysexits 3 , .Xr geom 4 , |