Package: coreutils
Version: 5.97-5.3
Severity: minor
Tags: patch
I apologise if this is already fixed. It's tough to parse that RB
bug list.
I see:
---------------------------------
- (hyphen) do not pad the field _ (underscore) pad with
spaces 0 (zero) pad with zeros ^ use upper case if
possible # use opposite case if possible
---------------------------------
Which is ugly. Change the relevant manpage
(/usr/share/man/man1/date.1.gz) code to:
---------------------------------
.IP
\- (hyphen) do not pad the field
.IP
_ (underscore) pad with spaces
.IP
0 (zero) pad with zeros
.IP
^ use upper case if possible
.IP
# use opposite case if possible
---------------------------------
... and it gives this:
---------------------------------
- (hyphen) do not pad the field
_ (underscore) pad with spaces
0 (zero) pad with zeros
^ use upper case if possible
# use opposite case if possible
---------------------------------
:-) There may be a better way (I don't know *roff). This is just me
flailing about.
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.25-2-686
Locale: LANG=en_US.iso885915, LC_CTYPE=en_US.iso885915 (charmap=ISO-8859-15)
Versions of packages coreutils depends on:
ii libacl1 2.2.41-1 Access control list shared library
ii libc6 2.3.6.ds1-13etch7 GNU C Library: Shared libraries
ii libselinux1 1.32-3 SELinux shared libraries
coreutils recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]