* [PATCH 1/1] ioctl_list.2: SEE ALSO ioctl_fat.2
@ 2015-02-21 14:21 Heinrich Schuchardt
[not found] ` <1424528487-15888-1-git-send-email-xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2015-02-21 14:21 UTC (permalink / raw)
To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Heinrich Schuchardt
add FAT_IOCTL_GET_VOLUME_ID
SEE ALSO ioctl_fat.2
Signed-off-by: Heinrich Schuchardt <xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
---
man2/ioctl_list.2 | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/man2/ioctl_list.2 b/man2/ioctl_list.2
index d0d662f..d935f7d 100644
--- a/man2/ioctl_list.2
+++ b/man2/ioctl_list.2
@@ -27,6 +27,9 @@
.\" 2007-12-29 Alain Portal <aportal-CD6X2pywdrkGaKE8qFNMvg@public.gmane.org> and Michael Kerrisk
.\" <mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:
.\" Various formatting improvements
+.\"
+.\" 2015-02-21 Heinrich Schuchardt <xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
+.\" SEE ALSO ioctl_fat(2), add FAT_IOCTL_GET_VOLUME_ID.
.TH IOCTL_LIST 2 2013-09-17 "Linux" "Linux Programmer's Manual"
.SH NAME
ioctl_list \- list of ioctl calls in Linux/i386 kernel
@@ -474,13 +477,15 @@ l l l l.
0x000089E1 SIOCGETSGCNT struct sioc_sg_req * // I-O
.TE
-// <include/linux/msdos_fs.h>
+// <include/linux/msdos_fs.h> see
+.BR ioctl_fat (2)
.TS
l l l l.
0x82307201 VFAT_IOCTL_READDIR_BOTH struct dirent [2]
0x82307202 VFAT_IOCTL_READDIR_SHORT struct dirent [2]
0x80047210 FAT_IOCTL_GET_ATTRIBUTES __u32 *
0x40047211 FAT_IOCTL_SET_ATTRIBUTES const __u32 *
+0x80047213 FAT_IOCTL_GET_VOLUME_ID __u32 *
.TE
// <include/linux/mtio.h>
@@ -961,4 +966,5 @@ l l l.
0x00005404 SNDCTL_TMR_CONTINUE TCSETSF
.TE
.SH SEE ALSO
-.BR ioctl (2)
+.BR ioctl (2),
+.BR ioctl_fat (2)
--
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] 2+ messages in thread
* Re: [PATCH 1/1] ioctl_list.2: SEE ALSO ioctl_fat.2
[not found] ` <1424528487-15888-1-git-send-email-xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
@ 2015-02-26 7:42 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-02-26 7:42 UTC (permalink / raw)
To: Heinrich Schuchardt
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
On 02/21/2015 03:21 PM, Heinrich Schuchardt wrote:
> add FAT_IOCTL_GET_VOLUME_ID
> SEE ALSO ioctl_fat.2
Thanks, Heinrich. Applied.
Cheers,
Michael
> Signed-off-by: Heinrich Schuchardt <xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
> ---
> man2/ioctl_list.2 | 10 ++++++++--
> 1 file changed, 8 insertions(+), 2 deletions(-)
>
> diff --git a/man2/ioctl_list.2 b/man2/ioctl_list.2
> index d0d662f..d935f7d 100644
> --- a/man2/ioctl_list.2
> +++ b/man2/ioctl_list.2
> @@ -27,6 +27,9 @@
> .\" 2007-12-29 Alain Portal <aportal-CD6X2pywdrkGaKE8qFNMvg@public.gmane.org> and Michael Kerrisk
> .\" <mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:
> .\" Various formatting improvements
> +.\"
> +.\" 2015-02-21 Heinrich Schuchardt <xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
> +.\" SEE ALSO ioctl_fat(2), add FAT_IOCTL_GET_VOLUME_ID.
> .TH IOCTL_LIST 2 2013-09-17 "Linux" "Linux Programmer's Manual"
> .SH NAME
> ioctl_list \- list of ioctl calls in Linux/i386 kernel
> @@ -474,13 +477,15 @@ l l l l.
> 0x000089E1 SIOCGETSGCNT struct sioc_sg_req * // I-O
> .TE
>
> -// <include/linux/msdos_fs.h>
> +// <include/linux/msdos_fs.h> see
> +.BR ioctl_fat (2)
> .TS
> l l l l.
> 0x82307201 VFAT_IOCTL_READDIR_BOTH struct dirent [2]
> 0x82307202 VFAT_IOCTL_READDIR_SHORT struct dirent [2]
> 0x80047210 FAT_IOCTL_GET_ATTRIBUTES __u32 *
> 0x40047211 FAT_IOCTL_SET_ATTRIBUTES const __u32 *
> +0x80047213 FAT_IOCTL_GET_VOLUME_ID __u32 *
> .TE
>
> // <include/linux/mtio.h>
> @@ -961,4 +966,5 @@ l l l.
> 0x00005404 SNDCTL_TMR_CONTINUE TCSETSF
> .TE
> .SH SEE ALSO
> -.BR ioctl (2)
> +.BR ioctl (2),
> +.BR ioctl_fat (2)
>
--
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] 2+ messages in thread
end of thread, other threads:[~2015-02-26 7:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-21 14:21 [PATCH 1/1] ioctl_list.2: SEE ALSO ioctl_fat.2 Heinrich Schuchardt
[not found] ` <1424528487-15888-1-git-send-email-xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
2015-02-26 7:42 ` 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).