aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-02-05 17:41:59 +0000
committerBill Nottingham <notting@redhat.com>2003-02-05 17:41:59 +0000
commit8102a3cfb592ed6021037218b2b611ad2b6e687c (patch)
tree5b5145875c10827534fb4a46240e34ee2271078c
parent51a189db3159f42950e8c649b8204b46de1b4e08 (diff)
downloadinitscripts-8102a3cfb592ed6021037218b2b611ad2b6e687c.tar
initscripts-8102a3cfb592ed6021037218b2b611ad2b6e687c.tar.gz
initscripts-8102a3cfb592ed6021037218b2b611ad2b6e687c.tar.bz2
initscripts-8102a3cfb592ed6021037218b2b611ad2b6e687c.tar.xz
initscripts-8102a3cfb592ed6021037218b2b611ad2b6e687c.zip
fix groff macros (#83531, <tsekine@sdri.co.jp>)
-rw-r--r--src/initlog.122
1 files changed, 16 insertions, 6 deletions
diff --git a/src/initlog.1 b/src/initlog.1
index 5d50bf90..1eb0587b 100644
--- a/src/initlog.1
+++ b/src/initlog.1
@@ -35,14 +35,24 @@ stdout or stderr.
.I "\-e, \-\-event=[number]"
Logs that the specified event happened. Used in conjuction
with \fB\-\-name\fR. Currently specified events are:
-.nf
- \fB1\fR the action completed successfully
- \fB2\fR the action failed
- \fB3\fR the action was cancelled at user request
- \fB4\fR the action failed due to the failure of a dependent action
+.PD 0
+.RS 8n
+.TP 3n
+.B 1
+the action completed successfully
+.TP
+.B 2
+the action failed
+.TP
+.B 3
+the action was cancelled at user request
+.TP
+.B 4
+the action failed due to the failure of a dependent action
+.RE
+.PD
.TP
.I "\-f, \-\-facility=[facility]"
-
Log at the specified syslog facility. The default
is \fBdaemon\fR (see syslog(3)).
.TP