]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Merge branch '2012wk22' of git://github.com/kerolasa/lelux-utiliteetit
authorKarel Zak <kzak@redhat.com>
Tue, 5 Jun 2012 14:57:01 +0000 (16:57 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 5 Jun 2012 14:57:01 +0000 (16:57 +0200)
* '2012wk22' of git://github.com/kerolasa/lelux-utiliteetit:
  docs: clean up getopt.1 manual
  docs: clean up dmesg.1 manual
  docs: clean up chcpu.8 manual
  fileutils: xmkstemp() interface change
  docs: fix all man page groff warnings
  tools: add checkmans.sh
  docs: clean up wdctl.8 manual
  docs: clean up login.1 manual
  login: allow TTYGROUP name begin by number
  build-sys: add su executable to .gitignore
  logindefs: change getlogindefs_num() to return unsigned long

Conflicts:
login-utils/su.c
sys-utils/dmesg.1

1  2 
sys-utils/dmesg.1

index 4fb833d39325ac277234410776fd08211fb567ff,1d1aaf8faa6284c9cb042e78244ef7ceb12ebf88..5bb0dd2dde6ac5511dfbde4097f90b6a1e2f11ed
@@@ -87,27 -96,31 +96,31 @@@ option is used
  will
  .I not
  print or clear the kernel ring buffer.
- .IP "\fB\-r, \-\-raw\fP"
- Print the raw message buffer, i.e., don't strip the log level prefixes.
- .IP "\fB\-s, \-\-buffer-size \fIsize\fP
+ .IP "\fB\-r\fR, \fB\-\-raw\fR"
+ Print the raw message buffer, i.e., do not strip the log level prefixes.
+ .IP "\fB\-s\fR, \fB\-\-buffer-size \fIsize\fR
  Use a buffer of
  .I size
- to query the kernel ring buffer.  This is 16392 by default.
- (The default kernel syslog buffer size was 4096
- at first, 8192 since 1.3.54, 16384 since 2.1.113.)
- If you have set the kernel buffer to be larger than the default
+ to query the kernel ring buffer.  This is 16392 by default.  (The default
+ kernel syslog buffer size was 4096 at first, 8192 since 1.3.54, 16384 since
+ 2.1.113.)  If you have set the kernel buffer to be larger than the default
  then this option can be used to view the entire buffer.
- .IP "\fB\-T, \-\-ctime\fP"
- Print human readable timestamps. The timestamp could be inaccurate!
- .B The time source used for the logs is not updated after system SUSPEND/RESUME.
- .IP "\fB\-t, \-\-notime\fP"
- Don't print kernel's timestamps.
- .IP "\fB\-u, \-\-userspace\fP"
+ .IP "\fB\-T\fR, \fB\-\-ctime\fR"
+ Print human readable timestamps.  The timestamp could be inaccurate!
+ .IP
+ The
+ .B time
+ source used for the logs is
+ .B not updated after
+ system
+ .BR SUSPEND / RESUME .
+ .IP "\fB\-t\fR, \fB\-\-notime\fR"
 -Do not print kernel's timestampts.
++Do not print kernel's timestamps.
+ .IP "\fB\-u\fR, \fB\-\-userspace\fR"
  Print userspace messages.
- .IP "\fB\-V, \-\-version\fP"
+ .IP "\fB\-V\fR, \fB\-\-version\fR"
  Output version information and exit.
- .IP "\fB\-x, \-\-decode\fP"
+ .IP "\fB\-x\fR, \fB\-\-decode\fR"
  Decode facility and level (priority) number to human readable prefixes.
  .SH SEE ALSO
  .BR syslogd (8)