All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] formatting fixes in bootparam.7, wcpncpy.3, wcsncmp.3
@ 2013-07-30 20:40 Akihiro MOTOKI
       [not found] ` <CALhU9tn_Fx5SjFWT-=gQdPLgjWH=7iw4mixRJcQkGpq1T=u4qA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Akihiro MOTOKI @ 2013-07-30 20:40 UTC (permalink / raw)
  To: linux-man-u79uwXL29TY76Z2rM5mHXA

This patch fixes some formatting issues.

* wcpncpy.3 : "1" is not a variable and it is not better to be underlined.
* wcpncmp.3 : "i" of "(i" needs to be underlined.
* bootparam.7 : a comma should not be underlined

diff --git a/manual/LDP_man-pages/original/man3/wcpncpy.3
b/manual/LDP_man-pages/original/man3/wcpncpy.3
index f3bfbfa..910dd6f 100644
--- a/manual/LDP_man-pages/original/man3/wcpncpy.3
+++ b/manual/LDP_man-pages/original/man3/wcpncpy.3
@@ -89,7 +89,7 @@ characters at
 .SH RETURN VALUE
 .BR wcpncpy ()
 returns a pointer to the last wide character written, that is,
-.IR dest + n \- 1" .
+.IR dest + n \-1.
 .SH CONFORMING TO
 POSIX.1-2008.
 .SH SEE ALSO
diff --git a/manual/LDP_man-pages/original/man3/wcsncmp.3
b/manual/LDP_man-pages/original/man3/wcsncmp.3
index 311462d..c1903e0 100644
--- a/manual/LDP_man-pages/original/man3/wcsncmp.3
+++ b/manual/LDP_man-pages/original/man3/wcsncmp.3
@@ -62,7 +62,7 @@ greater than
 It returns an integer less than zero if at the first
 differing position
 .I i
-.RI (i
+.RI ( i
 <
 .IR n ),
 the corresponding
diff --git a/manual/LDP_man-pages/original/man7/bootparam.7
b/manual/LDP_man-pages/original/man7/bootparam.7
index 440fad5..db60026 100644
--- a/manual/LDP_man-pages/original/man7/bootparam.7
+++ b/manual/LDP_man-pages/original/man7/bootparam.7
@@ -188,7 +188,7 @@ use 'root=/dev/fd1'.

 The root device can be specified symbolically or numerically.
 A symbolic specification has the form
-.I /dev/XXYN,
+.IR /dev/XXYN ,
 where XX designates
 the device type ('hd' for ST-506 compatible hard disk, with Y in
 \&'a'-'d'; 'sd' for SCSI compatible disk, with Y in 'a'-'e';

-- 
Akihiro MOTOKI <amotoki-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
--
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] 2+ messages in thread

* Re: [PATCH] formatting fixes in bootparam.7, wcpncpy.3, wcsncmp.3
       [not found] ` <CALhU9tn_Fx5SjFWT-=gQdPLgjWH=7iw4mixRJcQkGpq1T=u4qA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2013-08-01  9:35   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2013-08-01  9:35 UTC (permalink / raw)
  To: Akihiro MOTOKI
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA,
	mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w

On 07/30/13 22:40, Akihiro MOTOKI wrote:
> This patch fixes some formatting issues.
> 
> * wcpncpy.3 : "1" is not a variable and it is not better to be underlined.

(Was already fixed.)

> * wcpncmp.3 : "i" of "(i" needs to be underlined.

Applied; thanks.

> * bootparam.7 : a comma should not be underlined

(Was already fixed.)

Cheers,

Michael



> diff --git a/manual/LDP_man-pages/original/man3/wcpncpy.3
> b/manual/LDP_man-pages/original/man3/wcpncpy.3
> index f3bfbfa..910dd6f 100644
> --- a/manual/LDP_man-pages/original/man3/wcpncpy.3
> +++ b/manual/LDP_man-pages/original/man3/wcpncpy.3
> @@ -89,7 +89,7 @@ characters at
>  .SH RETURN VALUE
>  .BR wcpncpy ()
>  returns a pointer to the last wide character written, that is,
> -.IR dest + n \- 1" .
> +.IR dest + n \-1.
>  .SH CONFORMING TO
>  POSIX.1-2008.
>  .SH SEE ALSO
> diff --git a/manual/LDP_man-pages/original/man3/wcsncmp.3
> b/manual/LDP_man-pages/original/man3/wcsncmp.3
> index 311462d..c1903e0 100644
> --- a/manual/LDP_man-pages/original/man3/wcsncmp.3
> +++ b/manual/LDP_man-pages/original/man3/wcsncmp.3
> @@ -62,7 +62,7 @@ greater than
>  It returns an integer less than zero if at the first
>  differing position
>  .I i
> -.RI (i
> +.RI ( i
>  <
>  .IR n ),
>  the corresponding
> diff --git a/manual/LDP_man-pages/original/man7/bootparam.7
> b/manual/LDP_man-pages/original/man7/bootparam.7
> index 440fad5..db60026 100644
> --- a/manual/LDP_man-pages/original/man7/bootparam.7
> +++ b/manual/LDP_man-pages/original/man7/bootparam.7
> @@ -188,7 +188,7 @@ use 'root=/dev/fd1'.
> 
>  The root device can be specified symbolically or numerically.
>  A symbolic specification has the form
> -.I /dev/XXYN,
> +.IR /dev/XXYN ,
>  where XX designates
>  the device type ('hd' for ST-506 compatible hard disk, with Y in
>  \&'a'-'d'; 'sd' for SCSI compatible disk, with Y in 'a'-'e';
> 

--
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:[~2013-08-01  9:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-30 20:40 [PATCH] formatting fixes in bootparam.7, wcpncpy.3, wcsncmp.3 Akihiro MOTOKI
     [not found] ` <CALhU9tn_Fx5SjFWT-=gQdPLgjWH=7iw4mixRJcQkGpq1T=u4qA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-08-01  9:35   ` Michael Kerrisk (man-pages)

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.