util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] man pages: Remove "left" (or change to "l") in the column formats of tables
@ 2018-08-03 21:12 Bjarni Ingi Gislason
  2018-08-06  7:02 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Bjarni Ingi Gislason @ 2018-08-03 21:12 UTC (permalink / raw)
  To: util-linux

  A developmental version of "groff" issued a warning, for example with
"test-groff -b -e -mandoc -T utf8 -rF0 -t -w w -z":

troff: <logger.1>:299: warning: can't find font 't'

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
---
 disk-utils/fsck.minix.8 | 2 +-
 login-utils/last.1      | 2 +-
 misc-utils/logger.1     | 4 ++--
 misc-utils/uuidparse.1  | 4 ++--
 sys-utils/blkzone.8     | 4 ++--
 sys-utils/rtcwake.8.in  | 2 +-
 text-utils/hexdump.1    | 2 +-
 7 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/disk-utils/fsck.minix.8 b/disk-utils/fsck.minix.8
index 9660e4f12..f7abb9b37 100644
--- a/disk-utils/fsck.minix.8
+++ b/disk-utils/fsck.minix.8
@@ -21,7 +21,7 @@ The \fIdevice\fR name will usually have the following form:
 .RS
 .TS
 tab(:);
-left l l.
+l l.
 /dev/hda[1\(en63]:IDE disk 1
 /dev/hdb[1\(en63]:IDE disk 2
 /dev/sda[1\(en15]:SCSI disk 1
diff --git a/login-utils/last.1 b/login-utils/last.1
index 069f065ac..619be3f3d 100644
--- a/login-utils/last.1
+++ b/login-utils/last.1
@@ -153,7 +153,7 @@ The options that take the
 .I time
 argument understand the following formats:
 .TS
-left l2 l.
+l2 l.
 YYYYMMDDhhmmss
 YYYY-MM-DD hh:mm:ss
 YYYY-MM-DD hh:mm	(seconds will be set to 00)
diff --git a/misc-utils/logger.1 b/misc-utils/logger.1
index 9e83a0b53..bbadd3ddc 100644
--- a/misc-utils/logger.1
+++ b/misc-utils/logger.1
@@ -295,7 +295,7 @@ Valid facility names are:
 .IP
 .TS
 tab(:);
-left l l.
+l l.
 \fBauth
 \fBauthpriv\fR:for security information of a sensitive nature
 \fBcron
@@ -318,7 +318,7 @@ Valid level names are:
 .IP
 .TS
 tab(:);
-left l l.
+l l.
 \fBemerg
 \fBalert
 \fBcrit
diff --git a/misc-utils/uuidparse.1 b/misc-utils/uuidparse.1
index 9afa6b071..979926755 100644
--- a/misc-utils/uuidparse.1
+++ b/misc-utils/uuidparse.1
@@ -14,7 +14,7 @@ arguments or standard input.  The inputs are white-space separated.
 .SS Variants
 .TS
 tab(:);
-left l l.
+l l.
 NCS:Network Computing System identifier.  These were the original UUIDs.
 DCE:The Open Software Foundation's (OSF) Distributed Computing Environment UUIDs.
 Microsoft:Microsoft Windows platform globally unique identifier (GUID).
@@ -23,7 +23,7 @@ other:Unknown variant.  Usually invalid input data.
 .SS Types
 .TS
 tab(:);
-left l l.
+l l.
 nil:Special type for zero in type file.
 time-based:The DCE time based.
 DCE:The DCE time and MAC Address.
diff --git a/sys-utils/blkzone.8 b/sys-utils/blkzone.8
index 5d99f9461..bf7f15f58 100644
--- a/sys-utils/blkzone.8
+++ b/sys-utils/blkzone.8
@@ -26,7 +26,7 @@ starting zone or the size of the report, as explained below.
 .B Report output
 .TS
 tab(:);
-left l l.
+l l.
 start:Zone start sector
 len:Zone length in number of sectors
 wptr:Zone write pointer position
@@ -39,7 +39,7 @@ type:Zone type
 .B Zone conditions
 .TS
 tab(:);
-left l l.
+l l.
 cl:Closed
 nw:Not write pointer
 em:Empty
diff --git a/sys-utils/rtcwake.8.in b/sys-utils/rtcwake.8.in
index 52287d85b..9aaca6d79 100644
--- a/sys-utils/rtcwake.8.in
+++ b/sys-utils/rtcwake.8.in
@@ -69,7 +69,7 @@ Set the wakeup time to the value of the timestamp.  Format of the
 timestamp can be any of the following:
 .TS
 tab(|);
-left l2 l.
+l2 l.
 YYYYMMDDhhmmss
 YYYY-MM-DD hh:mm:ss
 YYYY-MM-DD hh:mm|(seconds will be set to 00)
diff --git a/text-utils/hexdump.1 b/text-utils/hexdump.1
index 23c32d70c..5651a6f41 100644
--- a/text-utils/hexdump.1
+++ b/text-utils/hexdump.1
@@ -242,7 +242,7 @@ displayed using the following, lower-case, names.  Characters greater than
 .RS 10
 .TS
 tab(|);
-left l l l l l.
+l l l l l l.
 000 nul|001 soh|002 stx|003 etx|004 eot|005 enq
 006 ack|007 bel|008 bs|009 ht|00A lf|00B vt
 00C ff|00D cr|00E so|00F si|010 dle|011 dc1
-- 
2.18.0


-- 
Bjarni I. Gislason

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-08-06  9:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-03 21:12 [PATCH] man pages: Remove "left" (or change to "l") in the column formats of tables Bjarni Ingi Gislason
2018-08-06  7:02 ` Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).