From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael Kerrisk (man-pages)" Subject: Re: [PATCH] typo and formatting fix in console_ioctl.4 Date: Thu, 01 Aug 2013 11:31:53 +0200 Message-ID: <51FA2B09.2030409@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-man-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Akihiro MOTOKI Cc: linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org List-Id: linux-man@vger.kernel.org On 07/30/13 22:22, Akihiro MOTOKI wrote: > typo and formatting fix in console_ioctl.4 Hello Akihiro, Of these three changes, I believe the first and last were already fixed. (As Simon notes, it's best to work from the latest Git.) I applied the second change. Cheers, Michael > diff --git a/manual/LDP_man-pages/original/man4/console_ioctl.4 > b/manual/LDP_man-pages/original/man4/console_ioctl.4 > index 5cb3e2f..6918b24 100644 > --- a/manual/LDP_man-pages/original/man4/console_ioctl.4 > +++ b/manual/LDP_man-pages/original/man4/console_ioctl.4 > @@ -213,7 +213,7 @@ and > .I charheight > are filled with > the respective data for the currently loaded font, and the > -.I hardata > +.I chardata > array contains the font data if the initial value of > .I charcount > indicated enough space was available; otherwise the > @@ -241,7 +241,6 @@ This call also invalidates the Unicode mapping. > .B PIO_FONTX > Sets screen font and associated rendering information. > .I argp > - > points to a > > .in +4n > @@ -285,7 +284,7 @@ Get full Unicode screen mapping from kernel. > .I argp > points to an > area of size > -.IR E_TABSZ*sizeof(unsigned short) , > +.IR "E_TABSZ*sizeof(unsigned short)" , > which is loaded with the > Unicodes each character represent. > A special set of Unicodes, > -- 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