diff options
author | joel <joel@FreeBSD.org> | 2012-03-26 15:18:14 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2012-03-26 15:18:14 +0000 |
commit | 4234591b03e753d1515af0b97f7b10e85b3b0f16 (patch) | |
tree | cfe37b07c91a21b11ef67e7d2af479becafb2652 /sbin/init | |
parent | 39153f7b71fce5c5ff6372cd72d647d48566d697 (diff) | |
download | FreeBSD-src-4234591b03e753d1515af0b97f7b10e85b3b0f16.zip FreeBSD-src-4234591b03e753d1515af0b97f7b10e85b3b0f16.tar.gz |
mdoc: terminate quoted strings.
Reviewed by: brueffer
Diffstat (limited to 'sbin/init')
-rw-r--r-- | sbin/init/init.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/init/init.8 b/sbin/init/init.8 index fa9f7f0..a7488a9 100644 --- a/sbin/init/init.8 +++ b/sbin/init/init.8 @@ -283,7 +283,7 @@ will signal the original .Nm as follows: .Bl -column Run-level SIGTERM -.It Sy "Run-level Signal Action +.It Sy "Run-level Signal Action" .It Cm 0 Ta Dv SIGUSR2 Ta "Halt and turn the power off" .It Cm 1 Ta Dv SIGTERM Ta "Go to single-user mode" .It Cm 6 Ta Dv SIGINT Ta "Reboot the machine" |