aboutsummaryrefslogtreecommitdiff
path: root/sbin/hastctl
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2010-05-13 12:08:11 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2010-05-13 12:08:11 +0000
commit0b31f1f731fd769e1b2c31ea74459d28d995729a (patch)
treed8e521baa64fd8da59f9f26f29ea2bc2501ef0a2 /sbin/hastctl
parent0afc94c17a8772df34294778904e816258542498 (diff)
downloadsrc-0b31f1f731fd769e1b2c31ea74459d28d995729a.tar.gz
src-0b31f1f731fd769e1b2c31ea74459d28d995729a.zip
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
Notes
Notes: svn path=/head/; revision=208028
Diffstat (limited to 'sbin/hastctl')
-rw-r--r--sbin/hastctl/hastctl.828
1 files changed, 14 insertions, 14 deletions
diff --git a/sbin/hastctl/hastctl.8 b/sbin/hastctl/hastctl.8
index bf03c2eb5a26..f6e0834bf082 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 ,