All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] armscii-8.7, koi8-r.7, koi8-u.7, unicode.7: Uniform description
@ 2010-10-24 22:24 David Prévot
  2010-10-25  5:18 ` Michael Kerrisk
  0 siblings, 1 reply; 4+ messages in thread
From: David Prévot @ 2010-10-24 22:24 UTC (permalink / raw)
  To: linux-man-u79uwXL29TY76Z2rM5mHXA

Hi,

Please find inline a patch to address some consistency among
character set manual page descriptions. If you prefer to
shrink “the” from other manual page descriptions (ascii.7,
cp1251.7 and iso_8859-*.7 ones), I volunteer to provide the
(trivial) patch instead.


diff --git a/man7/armscii-8.7 b/man7/armscii-8.7
index 9cd8bd1..597f0a8 100644
--- a/man7/armscii-8.7
+++ b/man7/armscii-8.7
@@ -25,7 +25,7 @@
 .TH ARMSCII-8 7 2010-09-20 "Linux" "Linux Programmer's Manual"
 .nh
 .SH NAME
-armscii-8 \- Armenian Character Set encoded in octal, decimal, and
+armscii-8 \- the Armenian character set encoded in octal, decimal, and
 hexadecimal
 .SH DESCRIPTION
 The Armenian Standard Code for Information Interchange,
diff --git a/man7/koi8-r.7 b/man7/koi8-r.7
index 509adac..bb08d8b 100644
--- a/man7/koi8-r.7
+++ b/man7/koi8-r.7
@@ -25,7 +25,7 @@
 .TH KOI8-R 7 2010-10-24 "Linux" "Linux Programmer's Manual"
 .nh
 .SH NAME
-koi8-r \- Russian Net Character Set encoded in octal, decimal, and
+koi8-r \- the Russian character set encoded in octal, decimal, and
 hexadecimal
 .SH DESCRIPTION
 KOI8-R is the character set of choice for encoding Russian texts for
diff --git a/man7/koi8-u.7 b/man7/koi8-u.7
index 5d30bb8..d59cb52 100644
--- a/man7/koi8-u.7
+++ b/man7/koi8-u.7
@@ -26,7 +26,7 @@
 .TH KOI8-U 7 2010-09-20 "Linux" "Linux Programmer's Manual"
 .nh
 .SH NAME
-koi8-u \- Ukrainian Net Character Set encoded in octal, decimal, and
+koi8-u \- the Ukrainian character set encoded in octal, decimal, and
 hexadecimal
 .SH DESCRIPTION
 KOI8-U (KOI8 Ukrainian, described in RFC\ 2310)
diff --git a/man7/unicode.7 b/man7/unicode.7
index ee4c4bc..b8a8948 100644
--- a/man7/unicode.7
+++ b/man7/unicode.7
@@ -29,7 +29,7 @@
 .\"
 .TH UNICODE 7 2001-05-11 "GNU" "Linux Programmer's Manual"
 .SH NAME
-Unicode \- the Universal Character Set
+Unicode \- the universal character set
 .SH DESCRIPTION
 The international standard
 .B ISO 10646


Regards

David

--
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 related	[flat|nested] 4+ messages in thread

* Re: [patch] armscii-8.7, koi8-r.7, koi8-u.7, unicode.7: Uniform description
  2010-10-24 22:24 [patch] armscii-8.7, koi8-r.7, koi8-u.7, unicode.7: Uniform description David Prévot
@ 2010-10-25  5:18 ` Michael Kerrisk
       [not found]   ` <AANLkTi=DngvZdHPMqQmH9DQZ750ukoKZfzayWLDkBOQw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Kerrisk @ 2010-10-25  5:18 UTC (permalink / raw)
  To: David Prévot; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Hi David,

On Mon, Oct 25, 2010 at 12:24 AM, David Prévot <davidp-whniv8GeeGkdnm+yROfE0A@public.gmane.org> wrote:
> Hi,
>
> Please find inline a patch to address some consistency among
> character set manual page descriptions. If you prefer to
> shrink “the” from other manual page descriptions (ascii.7,
> cp1251.7 and iso_8859-*.7 ones), I volunteer to provide the
> (trivial) patch instead.

Thanks. Applied for 3.30. I prefer without "the", and made that change also.

All changes are now pushed to git; you may wish to check.

Thanks,

Michael


>
>
> diff --git a/man7/armscii-8.7 b/man7/armscii-8.7
> index 9cd8bd1..597f0a8 100644
> --- a/man7/armscii-8.7
> +++ b/man7/armscii-8.7
> @@ -25,7 +25,7 @@
>  .TH ARMSCII-8 7 2010-09-20 "Linux" "Linux Programmer's Manual"
>  .nh
>  .SH NAME
> -armscii-8 \- Armenian Character Set encoded in octal, decimal, and
> +armscii-8 \- the Armenian character set encoded in octal, decimal, and
>  hexadecimal
>  .SH DESCRIPTION
>  The Armenian Standard Code for Information Interchange,
> diff --git a/man7/koi8-r.7 b/man7/koi8-r.7
> index 509adac..bb08d8b 100644
> --- a/man7/koi8-r.7
> +++ b/man7/koi8-r.7
> @@ -25,7 +25,7 @@
>  .TH KOI8-R 7 2010-10-24 "Linux" "Linux Programmer's Manual"
>  .nh
>  .SH NAME
> -koi8-r \- Russian Net Character Set encoded in octal, decimal, and
> +koi8-r \- the Russian character set encoded in octal, decimal, and
>  hexadecimal
>  .SH DESCRIPTION
>  KOI8-R is the character set of choice for encoding Russian texts for
> diff --git a/man7/koi8-u.7 b/man7/koi8-u.7
> index 5d30bb8..d59cb52 100644
> --- a/man7/koi8-u.7
> +++ b/man7/koi8-u.7
> @@ -26,7 +26,7 @@
>  .TH KOI8-U 7 2010-09-20 "Linux" "Linux Programmer's Manual"
>  .nh
>  .SH NAME
> -koi8-u \- Ukrainian Net Character Set encoded in octal, decimal, and
> +koi8-u \- the Ukrainian character set encoded in octal, decimal, and
>  hexadecimal
>  .SH DESCRIPTION
>  KOI8-U (KOI8 Ukrainian, described in RFC\ 2310)
> diff --git a/man7/unicode.7 b/man7/unicode.7
> index ee4c4bc..b8a8948 100644
> --- a/man7/unicode.7
> +++ b/man7/unicode.7
> @@ -29,7 +29,7 @@
>  .\"
>  .TH UNICODE 7 2001-05-11 "GNU" "Linux Programmer's Manual"
>  .SH NAME
> -Unicode \- the Universal Character Set
> +Unicode \- the universal character set
>  .SH DESCRIPTION
>  The international standard
>  .B ISO 10646
>
>
> Regards
>
> David
>
> --
> 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
>



-- 
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] 4+ messages in thread

* [patch] hosts.5, protocols.5, spufs.7, termio.7: Uniform description (Was: armscii-8.7, koi8-r.7, koi8-u.7, unicode.7)
       [not found]   ` <AANLkTi=DngvZdHPMqQmH9DQZ750ukoKZfzayWLDkBOQw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2010-10-25 12:38     ` David Prévot
  2010-10-30  5:40       ` Michael Kerrisk
  0 siblings, 1 reply; 4+ messages in thread
From: David Prévot @ 2010-10-25 12:38 UTC (permalink / raw)
  To: linux-man-u79uwXL29TY76Z2rM5mHXA

Hi Michael,

> All changes are now pushed to git; you may wish to check.

Seems fine, thanks.

> Thanks. Applied for 3.30. I prefer without "the", and made that change also.

Agreed. Please find inline another tiny patch in order to shrink the definite
article from some other pages (found with “rgrep -i ' \\\- the' man*/”).


diff --git a/man5/hosts.5 b/man5/hosts.5
index cb9b253..513a4e3 100644
--- a/man5/hosts.5
+++ b/man5/hosts.5
@@ -26,7 +26,7 @@
 .\"
 .TH HOSTS 5 2002-06-16 "Linux" "Linux Programmer's Manual"
 .SH NAME
-hosts \- The static table lookup for hostnames
+hosts \- static table lookup for hostnames
 .SH SYNOPSIS
 .B /etc/hosts
 .SH DESCRIPTION
diff --git a/man5/protocols.5 b/man5/protocols.5
index d414093..9c644f7 100644
--- a/man5/protocols.5
+++ b/man5/protocols.5
@@ -27,7 +27,7 @@
 .\"
 .TH PROTOCOLS 5 2008-09-23 "Linux" "Linux Programmer's Manual"
 .SH NAME
-protocols \- the protocols definition file
+protocols \- protocols definition file
 .SH DESCRIPTION
 This file is a plain ASCII file, describing the various DARPA internet
 protocols that are available from the TCP/IP subsystem.
diff --git a/man7/spufs.7 b/man7/spufs.7
index 64c4357..ee65298 100644
--- a/man7/spufs.7
+++ b/man7/spufs.7
@@ -25,7 +25,7 @@
 .\"
 .TH SPUFS 7 2007-12-20 Linux "Linux Programmer's Manual"
 .SH NAME
-spufs \- the SPU file system
+spufs \- SPU file system
 .SH DESCRIPTION
 The SPU file system is used on PowerPC machines that implement the
 Cell Broadband Engine Architecture in order to access Synergistic
diff --git a/man7/termio.7 b/man7/termio.7
index d6c20c0..bfa9003 100644
--- a/man7/termio.7
+++ b/man7/termio.7
@@ -24,7 +24,7 @@
 .\"
 .TH TERMIO 7 2006-12-28 "Linux" "Linux Programmer's Manual"
 .SH NAME
-termio \- the System V terminal driver interface
+termio \- System V terminal driver interface
 .SH DESCRIPTION
 .B termio
 is the name of the old System V terminal driver interface.


Cheers

David


--
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 related	[flat|nested] 4+ messages in thread

* Re: [patch] hosts.5, protocols.5, spufs.7, termio.7: Uniform description (Was: armscii-8.7, koi8-r.7, koi8-u.7, unicode.7)
  2010-10-25 12:38     ` [patch] hosts.5, protocols.5, spufs.7, termio.7: Uniform description (Was: armscii-8.7, koi8-r.7, koi8-u.7, unicode.7) David Prévot
@ 2010-10-30  5:40       ` Michael Kerrisk
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk @ 2010-10-30  5:40 UTC (permalink / raw)
  To: David Prévot; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Hello David,

On Mon, Oct 25, 2010 at 2:38 PM, David Prévot <davidp-whniv8GeeGkdnm+yROfE0A@public.gmane.org> wrote:
> Hi Michael,
>
>> All changes are now pushed to git; you may wish to check.
>
> Seems fine, thanks.
>
>> Thanks. Applied for 3.30. I prefer without "the", and made that change also.
>
> Agreed. Please find inline another tiny patch in order to shrink the definite
> article from some other pages (found with “rgrep -i ' \\\- the' man*/”).

Thanks. Applied for 3.30.

Michael


> diff --git a/man5/hosts.5 b/man5/hosts.5
> index cb9b253..513a4e3 100644
> --- a/man5/hosts.5
> +++ b/man5/hosts.5
> @@ -26,7 +26,7 @@
>  .\"
>  .TH HOSTS 5 2002-06-16 "Linux" "Linux Programmer's Manual"
>  .SH NAME
> -hosts \- The static table lookup for hostnames
> +hosts \- static table lookup for hostnames
>  .SH SYNOPSIS
>  .B /etc/hosts
>  .SH DESCRIPTION
> diff --git a/man5/protocols.5 b/man5/protocols.5
> index d414093..9c644f7 100644
> --- a/man5/protocols.5
> +++ b/man5/protocols.5
> @@ -27,7 +27,7 @@
>  .\"
>  .TH PROTOCOLS 5 2008-09-23 "Linux" "Linux Programmer's Manual"
>  .SH NAME
> -protocols \- the protocols definition file
> +protocols \- protocols definition file
>  .SH DESCRIPTION
>  This file is a plain ASCII file, describing the various DARPA internet
>  protocols that are available from the TCP/IP subsystem.
> diff --git a/man7/spufs.7 b/man7/spufs.7
> index 64c4357..ee65298 100644
> --- a/man7/spufs.7
> +++ b/man7/spufs.7
> @@ -25,7 +25,7 @@
>  .\"
>  .TH SPUFS 7 2007-12-20 Linux "Linux Programmer's Manual"
>  .SH NAME
> -spufs \- the SPU file system
> +spufs \- SPU file system
>  .SH DESCRIPTION
>  The SPU file system is used on PowerPC machines that implement the
>  Cell Broadband Engine Architecture in order to access Synergistic
> diff --git a/man7/termio.7 b/man7/termio.7
> index d6c20c0..bfa9003 100644
> --- a/man7/termio.7
> +++ b/man7/termio.7
> @@ -24,7 +24,7 @@
>  .\"
>  .TH TERMIO 7 2006-12-28 "Linux" "Linux Programmer's Manual"
>  .SH NAME
> -termio \- the System V terminal driver interface
> +termio \- System V terminal driver interface
>  .SH DESCRIPTION
>  .B termio
>  is the name of the old System V terminal driver interface.
>
>
> Cheers
>
> David
>
>
> --
> 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
>



-- 
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] 4+ messages in thread

end of thread, other threads:[~2010-10-30  5:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-24 22:24 [patch] armscii-8.7, koi8-r.7, koi8-u.7, unicode.7: Uniform description David Prévot
2010-10-25  5:18 ` Michael Kerrisk
     [not found]   ` <AANLkTi=DngvZdHPMqQmH9DQZ750ukoKZfzayWLDkBOQw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-10-25 12:38     ` [patch] hosts.5, protocols.5, spufs.7, termio.7: Uniform description (Was: armscii-8.7, koi8-r.7, koi8-u.7, unicode.7) David Prévot
2010-10-30  5:40       ` Michael Kerrisk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.