diff options
| -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. |
