From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael Kerrisk (man-pages)" Subject: Re: [PATCH 1/1] ioctl_list.2: SEE ALSO ioctl_fat.2 Date: Thu, 26 Feb 2015 08:42:58 +0100 Message-ID: <54EECE82.7010906@gmail.com> References: <1424528487-15888-1-git-send-email-xypron.glpk@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1424528487-15888-1-git-send-email-xypron.glpk-Mmb7MZpHnFY@public.gmane.org> Sender: linux-man-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Heinrich Schuchardt Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-man@vger.kernel.org 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 > --- > 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 and Michael Kerrisk > .\" : > .\" Various formatting improvements > +.\" > +.\" 2015-02-21 Heinrich Schuchardt > +.\" 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 > > -// > +// 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 > > // > @@ -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