linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] argz_add.3: ffix, actually revert of 5049da5b
@ 2013-07-18 19:33 Simon Paillard
       [not found] ` <1374175999-23455-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Paillard @ 2013-07-18 19:33 UTC (permalink / raw)
  To: linux-man-u79uwXL29TY76Z2rM5mHXA; +Cc: Simon Paillard

I don't understand much, the formating looks way better and more logical
without that change.
---
 man3/argz_add.3 |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/man3/argz_add.3 b/man3/argz_add.3
index 9032cf1..db3d5e3 100644
--- a/man3/argz_add.3
+++ b/man3/argz_add.3
@@ -85,9 +85,9 @@ delimiter \(aq:\(aq.
 .LP
 .BR argz_append ()
 appends the argz vector
-.RI ( buf ,\ buf_len )
+.RI ( buf ,\  buf_len )
 after
-.RI ( *argz ,\ *argz_len )
+.RI ( *argz ,\  *argz_len )
 and updates
 .IR *argz
 and
@@ -100,7 +100,7 @@ will be increased by
 .BR argz_count ()
 counts the number of strings, that is,
 the number of null bytes (\(aq\\0\(aq), in
-.RI ( argz ,\ argz_len ).
+.RI ( argz ,\  argz_len ).
 .LP
 .BR argz_create ()
 converts a UNIX-style argument vector
@@ -108,13 +108,13 @@ converts a UNIX-style argument vector
 terminated by
 .IR "(char\ *)\ 0" ,
 into an argz vector
-.RI ( *argz ,\ *argz_len ).
+.RI ( *argz ,\  *argz_len ).
 .LP
 .BR argz_create_sep ()
 converts the null-terminated string
 .I str
 into an argz vector
-.RI ( *argz ,\ *argz_len )
+.RI ( *argz ,\  *argz_len )
 by breaking it up at every occurrence of the separator
 .IR sep .
 .LP
@@ -122,7 +122,7 @@ by breaking it up at every occurrence of the separator
 removes the substring pointed to by
 .I entry
 from the argz vector
-.RI ( *argz ,\ *argz_len )
+.RI ( *argz ,\  *argz_len )
 and updates
 .I *argz
 and
@@ -132,7 +132,7 @@ and
 is the opposite of
 .BR argz_create ().
 It takes the argz vector
-.RI ( argz ,\ argz_len )
+.RI ( argz ,\  argz_len )
 and fills the array starting at
 .I argv
 with pointers to the substrings, and a final NULL,
@@ -151,7 +151,7 @@ It inserts the argument
 at position
 .I before
 into the argz vector
-.RI ( *argz ,\ *argz_len )
+.RI ( *argz ,\  *argz_len )
 and updates
 .I *argz
 and
-- 
1.7.10.4

--
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] argz_add.3: ffix, actually revert of 5049da5b
       [not found] ` <1374175999-23455-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2013-07-22 18:51   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2013-07-22 18:51 UTC (permalink / raw)
  To: Simon Paillard
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA,
	mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w

On 07/18/13 21:33, Simon Paillard wrote:
> I don't understand much, the formating looks way better and more logical
> without that change.

Thanks, Simon. Applied.

Cheers,

Michael



> ---
>  man3/argz_add.3 |   16 ++++++++--------
>  1 file changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/man3/argz_add.3 b/man3/argz_add.3
> index 9032cf1..db3d5e3 100644
> --- a/man3/argz_add.3
> +++ b/man3/argz_add.3
> @@ -85,9 +85,9 @@ delimiter \(aq:\(aq.
>  .LP
>  .BR argz_append ()
>  appends the argz vector
> -.RI ( buf ,\ buf_len )
> +.RI ( buf ,\  buf_len )
>  after
> -.RI ( *argz ,\ *argz_len )
> +.RI ( *argz ,\  *argz_len )
>  and updates
>  .IR *argz
>  and
> @@ -100,7 +100,7 @@ will be increased by
>  .BR argz_count ()
>  counts the number of strings, that is,
>  the number of null bytes (\(aq\\0\(aq), in
> -.RI ( argz ,\ argz_len ).
> +.RI ( argz ,\  argz_len ).
>  .LP
>  .BR argz_create ()
>  converts a UNIX-style argument vector
> @@ -108,13 +108,13 @@ converts a UNIX-style argument vector
>  terminated by
>  .IR "(char\ *)\ 0" ,
>  into an argz vector
> -.RI ( *argz ,\ *argz_len ).
> +.RI ( *argz ,\  *argz_len ).
>  .LP
>  .BR argz_create_sep ()
>  converts the null-terminated string
>  .I str
>  into an argz vector
> -.RI ( *argz ,\ *argz_len )
> +.RI ( *argz ,\  *argz_len )
>  by breaking it up at every occurrence of the separator
>  .IR sep .
>  .LP
> @@ -122,7 +122,7 @@ by breaking it up at every occurrence of the separator
>  removes the substring pointed to by
>  .I entry
>  from the argz vector
> -.RI ( *argz ,\ *argz_len )
> +.RI ( *argz ,\  *argz_len )
>  and updates
>  .I *argz
>  and
> @@ -132,7 +132,7 @@ and
>  is the opposite of
>  .BR argz_create ().
>  It takes the argz vector
> -.RI ( argz ,\ argz_len )
> +.RI ( argz ,\  argz_len )
>  and fills the array starting at
>  .I argv
>  with pointers to the substrings, and a final NULL,
> @@ -151,7 +151,7 @@ It inserts the argument
>  at position
>  .I before
>  into the argz vector
> -.RI ( *argz ,\ *argz_len )
> +.RI ( *argz ,\  *argz_len )
>  and updates
>  .I *argz
>  and
> 

--
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-07-22 18:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-18 19:33 [PATCH] argz_add.3: ffix, actually revert of 5049da5b Simon Paillard
     [not found] ` <1374175999-23455-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2013-07-22 18:51   ` 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;
as well as URLs for NNTP newsgroup(s).