diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-07-06 12:57:38 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-07-06 12:57:38 +0000 |
| commit | 2bc2f4798feabd972879ff8f1633b08e337f57e1 (patch) | |
| tree | 7c2c27db04f020b2ec55c5e24bf135161c5d0b84 /man2/syslog.2 | |
| parent | 06795d3a1f10b71e1da07ac269240455d40e62b3 (diff) | |
| download | man-pages-2bc2f4798feabd972879ff8f1633b08e337f57e1.tar.gz | |
hyphen/dash fixes
Diffstat (limited to 'man2/syslog.2')
| -rw-r--r-- | man2/syslog.2 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/man2/syslog.2 b/man2/syslog.2 index 86bc6f5ede..6969337ca5 100644 --- a/man2/syslog.2 +++ b/man2/syslog.2 @@ -64,16 +64,16 @@ Quoting from /* * Commands to sys_syslog: * - * 0 -- Close the log. Currently a NOP. - * 1 -- Open the log. Currently a NOP. - * 2 -- Read from the log. - * 3 -- Read up to the last 4k of messages in the ring buffer. - * 4 -- Read and clear last 4k of messages in the ring buffer - * 5 -- Clear ring buffer. - * 6 -- Disable printk's to console - * 7 -- Enable printk's to console - * 8 -- Set level of messages printed to console - * 9 -- Return number of unread characters in the log buffer + * 0 \-\- Close the log. Currently a NOP. + * 1 \-\- Open the log. Currently a NOP. + * 2 \-\- Read from the log. + * 3 \-\- Read up to the last 4k of messages in the ring buffer. + * 4 \-\- Read and clear last 4k of messages in the ring buffer + * 5 \-\- Clear ring buffer. + * 6 \-\- Disable printk's to console + * 7 \-\- Enable printk's to console + * 8 \-\- Set level of messages printed to console + * 9 \-\- Return number of unread characters in the log buffer */ .fi |
