public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [patch], console_codes(4): One table too wide for the line length
@ 2012-05-06 19:57 Bjarni Ingi Gislason
       [not found] ` <20120506195751.GA968-2945IVfuVpf1P9xLtpHBDw@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Bjarni Ingi Gislason @ 2012-05-06 19:57 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Package: man-pages
Version: 3.40
Severity: minor
Tags: patch

  From "groff -ww ..." (or "man --warnings=w ..."):

warning: around line 182: table wider than line width

  Default length of line in GNU man is 78.

  Split longest (last) line into two (or use text block).  Reduce
four "l" to three.

  Patch:

--- console_codes.4	2012-04-26 22:58:39.000000000 +0000
+++ console_codes.4.new	2012-05-06 00:54:29.000000000 +0000
@@ -175,7 +175,7 @@
 .PP
 The action of a CSI sequence is determined by its final character.
 .TS
-l l l l.
+l l l.
 @	ICH	Insert the indicated # of blank characters.
 A	CUU	Move cursor up the indicated # of rows.
 B	CUD	Move cursor down the indicated # of rows.
@@ -203,7 +203,8 @@
 d	VPA	Move cursor to the indicated row, current column.
 e	VPR	Move cursor down the indicated # of rows.
 f	HVP	Move cursor to the indicated row, column.
-g	TBC	Without parameter: clear tab stop at the current position.
+g	TBC	Without parameter: clear tab stop at the current
+		position.
 		ESC [ 3 g: delete all tab stops.
 h	SM	Set Mode (see below).
 l	RM	Reset Mode (see below).

-- 
Bjarni I. Gislason
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [patch], console_codes(4): One table too wide for the line length
       [not found] ` <20120506195751.GA968-2945IVfuVpf1P9xLtpHBDw@public.gmane.org>
@ 2012-05-06 21:17   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2012-05-06 21:17 UTC (permalink / raw)
  To: Bjarni Ingi Gislason; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Bjarni,

On Mon, May 7, 2012 at 7:57 AM, Bjarni Ingi Gislason <bjarniig-2945IVfuVpc@public.gmane.orgs> wrote:
> Package: man-pages
> Version: 3.40
> Severity: minor
> Tags: patch
>
>  From "groff -ww ..." (or "man --warnings=w ..."):
>
> warning: around line 182: table wider than line width
>
>  Default length of line in GNU man is 78.
>
>  Split longest (last) line into two (or use text block).  Reduce
> four "l" to three.

See below.

> --- console_codes.4     2012-04-26 22:58:39.000000000 +0000
> +++ console_codes.4.new 2012-05-06 00:54:29.000000000 +0000
> @@ -175,7 +175,7 @@
>  .PP
>  The action of a CSI sequence is determined by its final character.
>  .TS
> -l l l l.
> +l l l.

I made that change.

>  @      ICH     Insert the indicated # of blank characters.
>  A      CUU     Move cursor up the indicated # of rows.
>  B      CUD     Move cursor down the indicated # of rows.
> @@ -203,7 +203,8 @@
>  d      VPA     Move cursor to the indicated row, current column.
>  e      VPR     Move cursor down the indicated # of rows.
>  f      HVP     Move cursor to the indicated row, column.
> -g      TBC     Without parameter: clear tab stop at the current position.
> +g      TBC     Without parameter: clear tab stop at the current
> +               position.

Here, I instead changed "the current" to "current" (and also at two
other places in the table). (It's an acceptable English usage to omit
articles where space is tight.)

Cheers,

Michael


>                ESC [ 3 g: delete all tab stops.
>  h      SM      Set Mode (see below).
>  l      RM      Reset Mode (see below).
>
> --
> Bjarni I. Gislason



-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface"; http://man7.org/tlpi/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2012-05-06 21:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-06 19:57 [patch], console_codes(4): One table too wide for the line length Bjarni Ingi Gislason
     [not found] ` <20120506195751.GA968-2945IVfuVpf1P9xLtpHBDw@public.gmane.org>
2012-05-06 21:17   ` Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox