linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ioctl_list.2: srcfix
@ 2015-03-15  2:16 Stéphane Aulery
       [not found] ` <1426385789-12406-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Stéphane Aulery @ 2015-03-15  2:16 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: Stéphane Aulery, linux-man-u79uwXL29TY76Z2rM5mHXA

Fix a warning of groff: line 527: warning [p 6, 2.3i]: cannot adjust line

Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
---
 man2/ioctl_list.2 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/man2/ioctl_list.2 b/man2/ioctl_list.2
index 00f6c4b..994e0f4 100644
--- a/man2/ioctl_list.2
+++ b/man2/ioctl_list.2
@@ -525,9 +525,9 @@ l l l l.
 // <include/linux/scsi.h>
 .TS
 l l l.
-0x00005382	SCSI_IOCTL_GET_IDLUN	struct { int [2]; } *
-0x00005383	SCSI_IOCTL_TAGGED_ENABLE	void
-0x00005384	SCSI_IOCTL_TAGGED_DISABLE	void
+0x00005382	SCSI_IOCTL_GET_IDLUN       struct { int [2]; } *
+0x00005383	SCSI_IOCTL_TAGGED_ENABLE   void
+0x00005384	SCSI_IOCTL_TAGGED_DISABLE  void
 .TE
 .TS
 l l l l.
-- 
2.1.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] 4+ messages in thread

* [PATCH 2/2] syscall.2: srcfix
       [not found] ` <1426385789-12406-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
@ 2015-03-15  2:16   ` Stéphane Aulery
       [not found]     ` <1426385789-12406-2-git-send-email-saulery-GANU6spQydw@public.gmane.org>
  2015-03-22 18:53   ` [PATCH 1/2] ioctl_list.2: srcfix Michael Kerrisk (man-pages)
  1 sibling, 1 reply; 4+ messages in thread
From: Stéphane Aulery @ 2015-03-15  2:16 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: Stéphane Aulery, linux-man-u79uwXL29TY76Z2rM5mHXA

Fix a warning of groff: line 192: warning [p 2, 4.7i]: cannot adjust line

Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
---
 man2/syscall.2 | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/man2/syscall.2 b/man2/syscall.2
index ad2e05e..ef8f3cf 100644
--- a/man2/syscall.2
+++ b/man2/syscall.2
@@ -193,23 +193,23 @@ The second table shows the registers used to pass the system call arguments.
 .ft CW
 \}
 .TS
-l l2 l2 l2 l2 l2 l2 l2 l.
-arch/ABI	arg1	arg2	arg3	arg4	arg5	arg6	arg7	Notes
+l           l2    l2    l2    l2    l2    l2    l2    l.
+arch/ABI    arg1  arg2  arg3  arg4  arg5  arg6  arg7  Notes
 _
-arm/OABI	a1	a2	a3	a4	v1	v2	v3
-arm/EABI	r0	r1	r2	r3	r4	r5	r6
-arm64	x0	x1	x2	x3	x4	x5	-
-blackfin	R0	R1	R2	R3	R4	R5	-
-i386	ebx	ecx	edx	esi	edi	ebp	-
-ia64	out0	out1	out2	out3	out4	out5	-
-mips/o32	a0	a1	a2	a3	-	-	-	See below
-mips/n32,64	a0	a1	a2	a3	a4	a5	-
-parisc	r26	r25	r24	r23	r22	r21	-
-s390	r2	r3	r4	r5	r6	r7	-
-s390x	r2	r3	r4	r5	r6	r7	-
-sparc/32	o0	o1	o2	o3	o4	o5	-
-sparc/64	o0	o1	o2	o3	o4	o5	-
-x86_64	rdi	rsi	rdx	r10	r8	r9	-
+arm/OABI    a1    a2    a3    a4    v1    v2    v3
+arm/EABI    r0    r1    r2    r3    r4    r5    r6
+arm64       x0    x1    x2    x3    x4    x5    -
+blackfin    R0    R1    R2    R3    R4    R5    -
+i386        ebx   ecx   edx   esi   edi   ebp   -
+ia64        out0  out1  out2  out3  out4  out5  -
+mips/o32    a0    a1    a2    a3    -     -     -     See below
+mips/n32,64 a0    a1    a2    a3    a4    a5    -
+parisc      r26   r25   r24   r23   r22   r21   -
+s390        r2    r3    r4    r5    r6    r7    -
+s390x       r2    r3    r4    r5    r6    r7    -
+sparc/32    o0    o1    o2    o3    o4    o5    -
+sparc/64    o0    o1    o2    o3    o4    o5    -
+x86_64      rdi   rsi   rdx   r10   r8    r9    -
 .TE
 .PP
 The mips/o32 system call convention passes
-- 
2.1.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] 4+ messages in thread

* Re: [PATCH 1/2] ioctl_list.2: srcfix
       [not found] ` <1426385789-12406-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
  2015-03-15  2:16   ` [PATCH 2/2] syscall.2: srcfix Stéphane Aulery
@ 2015-03-22 18:53   ` Michael Kerrisk (man-pages)
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-03-22 18:53 UTC (permalink / raw)
  To: Stéphane Aulery
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
	linux-man-u79uwXL29TY76Z2rM5mHXA

On 03/15/2015 03:16 AM, Stéphane Aulery wrote:
> Fix a warning of groff: line 527: warning [p 6, 2.3i]: cannot adjust line

Thanks, Stéphane. Applied.

Cheers,

Michael

> Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
> ---
>  man2/ioctl_list.2 | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/man2/ioctl_list.2 b/man2/ioctl_list.2
> index 00f6c4b..994e0f4 100644
> --- a/man2/ioctl_list.2
> +++ b/man2/ioctl_list.2
> @@ -525,9 +525,9 @@ l l l l.
>  // <include/linux/scsi.h>
>  .TS
>  l l l.
> -0x00005382	SCSI_IOCTL_GET_IDLUN	struct { int [2]; } *
> -0x00005383	SCSI_IOCTL_TAGGED_ENABLE	void
> -0x00005384	SCSI_IOCTL_TAGGED_DISABLE	void
> +0x00005382	SCSI_IOCTL_GET_IDLUN       struct { int [2]; } *
> +0x00005383	SCSI_IOCTL_TAGGED_ENABLE   void
> +0x00005384	SCSI_IOCTL_TAGGED_DISABLE  void
>  .TE
>  .TS
>  l l l l.
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
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

* Re: [PATCH 2/2] syscall.2: srcfix
       [not found]     ` <1426385789-12406-2-git-send-email-saulery-GANU6spQydw@public.gmane.org>
@ 2015-03-22 18:53       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-03-22 18:53 UTC (permalink / raw)
  To: Stéphane Aulery
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
	linux-man-u79uwXL29TY76Z2rM5mHXA

On 03/15/2015 03:16 AM, Stéphane Aulery wrote:
> Fix a warning of groff: line 192: warning [p 2, 4.7i]: cannot adjust line

Thanks, Stéphane. Applied.

Cheers,

Michael

> Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
> ---
>  man2/syscall.2 | 32 ++++++++++++++++----------------
>  1 file changed, 16 insertions(+), 16 deletions(-)
> 
> diff --git a/man2/syscall.2 b/man2/syscall.2
> index ad2e05e..ef8f3cf 100644
> --- a/man2/syscall.2
> +++ b/man2/syscall.2
> @@ -193,23 +193,23 @@ The second table shows the registers used to pass the system call arguments.
>  .ft CW
>  \}
>  .TS
> -l l2 l2 l2 l2 l2 l2 l2 l.
> -arch/ABI	arg1	arg2	arg3	arg4	arg5	arg6	arg7	Notes
> +l           l2    l2    l2    l2    l2    l2    l2    l.
> +arch/ABI    arg1  arg2  arg3  arg4  arg5  arg6  arg7  Notes
>  _
> -arm/OABI	a1	a2	a3	a4	v1	v2	v3
> -arm/EABI	r0	r1	r2	r3	r4	r5	r6
> -arm64	x0	x1	x2	x3	x4	x5	-
> -blackfin	R0	R1	R2	R3	R4	R5	-
> -i386	ebx	ecx	edx	esi	edi	ebp	-
> -ia64	out0	out1	out2	out3	out4	out5	-
> -mips/o32	a0	a1	a2	a3	-	-	-	See below
> -mips/n32,64	a0	a1	a2	a3	a4	a5	-
> -parisc	r26	r25	r24	r23	r22	r21	-
> -s390	r2	r3	r4	r5	r6	r7	-
> -s390x	r2	r3	r4	r5	r6	r7	-
> -sparc/32	o0	o1	o2	o3	o4	o5	-
> -sparc/64	o0	o1	o2	o3	o4	o5	-
> -x86_64	rdi	rsi	rdx	r10	r8	r9	-
> +arm/OABI    a1    a2    a3    a4    v1    v2    v3
> +arm/EABI    r0    r1    r2    r3    r4    r5    r6
> +arm64       x0    x1    x2    x3    x4    x5    -
> +blackfin    R0    R1    R2    R3    R4    R5    -
> +i386        ebx   ecx   edx   esi   edi   ebp   -
> +ia64        out0  out1  out2  out3  out4  out5  -
> +mips/o32    a0    a1    a2    a3    -     -     -     See below
> +mips/n32,64 a0    a1    a2    a3    a4    a5    -
> +parisc      r26   r25   r24   r23   r22   r21   -
> +s390        r2    r3    r4    r5    r6    r7    -
> +s390x       r2    r3    r4    r5    r6    r7    -
> +sparc/32    o0    o1    o2    o3    o4    o5    -
> +sparc/64    o0    o1    o2    o3    o4    o5    -
> +x86_64      rdi   rsi   rdx   r10   r8    r9    -
>  .TE
>  .PP
>  The mips/o32 system call convention passes
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
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:[~2015-03-22 18:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-15  2:16 [PATCH 1/2] ioctl_list.2: srcfix Stéphane Aulery
     [not found] ` <1426385789-12406-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-15  2:16   ` [PATCH 2/2] syscall.2: srcfix Stéphane Aulery
     [not found]     ` <1426385789-12406-2-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-22 18:53       ` Michael Kerrisk (man-pages)
2015-03-22 18:53   ` [PATCH 1/2] ioctl_list.2: srcfix 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).