diff options
author | joel <joel@FreeBSD.org> | 2012-05-23 20:22:09 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2012-05-23 20:22:09 +0000 |
commit | ae2c00aeefa8d537dae188c368ab3fab9afb3e88 (patch) | |
tree | 0dbdae713475f85a6ec1212211c59380f22e40bc /libexec | |
parent | eefabc52dbd5df83a7ba7150083a631f8b47786d (diff) | |
download | FreeBSD-src-ae2c00aeefa8d537dae188c368ab3fab9afb3e88.zip FreeBSD-src-ae2c00aeefa8d537dae188c368ab3fab9afb3e88.tar.gz |
mdoc: fix .Bl -offset.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/rbootd/rbootd.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rbootd/rbootd.8 b/libexec/rbootd/rbootd.8 index cdf0412..79c528d 100644 --- a/libexec/rbootd/rbootd.8 +++ b/libexec/rbootd/rbootd.8 @@ -126,7 +126,7 @@ The following signals have the specified effect when sent to the server process using the .Xr kill 1 command: -.Bl -tag -width SIGUSR1 -offset -compact +.Bl -tag -width SIGUSR1 -offset xxxxxxxx .It SIGHUP Drop all active connections and reconfigure. .It SIGUSR1 |