diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-11-28 14:41:36 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-11-28 14:42:27 +0100 |
| commit | 70a259dcd570cebce2ec05d826f14b36368577eb (patch) | |
| tree | 94911f7a4a0f532b73cd92b9c19d06a8832dcbb9 | |
| parent | 55ed5fceec211bdc0791461f7c813050921ce9b7 (diff) | |
| download | man-pages-70a259dcd570cebce2ec05d826f14b36368577eb.tar.gz | |
syslog.2: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/syslog.2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man2/syslog.2 b/man2/syslog.2 index 45a8c12beb..24fc8fc86d 100644 --- a/man2/syslog.2 +++ b/man2/syslog.2 @@ -76,10 +76,12 @@ but are not exported to user space; you will either need to use the numbers, or define the names yourself. .TP .BR SYSLOG_ACTION_CLOSE " (0)" -Close the log. Currently a NOP. +Close the log. +Currently a NOP. .TP .BR SYSLOG_ACTION_OPEN " (1)" -Open the log. Currently a NOP. +Open the log. +Currently a NOP. .TP .BR SYSLOG_ACTION_READ " (2)" Read from the log. |
