Am 21.08.2014 um 10:55 schrieb Sergey Kandaurov: > On Thu, Aug 21, 2014 at 09:29:39AM +0200, Stefan Esser wrote: >> Hi, > > a couple of nits inline
Thank you very much for the corrections. I have just committed the updated man-pages as SVN rev. 270647, and I want to MFC them as soon as possible/permitted. Best regards, STefan >> Index: share/man/man4/kbdmux.4 >> =================================================================== >> >> --- share/man/man4/kbdmux.4 (revision 270244) >> +++ share/man/man4/kbdmux.4 (working copy) @@ -35,6 +35,7 @@ .Xr >> atkbd 4 , .Xr syscons 4 , .Xr ukbd 4 +.Xr vt 4 , > > misplaced comma -- comma moved up one line >> .Sh HISTORY The .Nm Index: share/man/man4/splash.4 >> =================================================================== >> >> --- share/man/man4/splash.4 (revision 270244) >> +++ share/man/man4/splash.4 (working copy) @@ -245,6 +245,7 @@ >> .Xr vidcontrol 1 , .Xr syscons 4 , .Xr vga 4 , +.\" .Xr vt 4 , > > why is it commented out? -- I was not sure, whether splash works with vt -- The comments are removed and vt(4) is now referenced in slash(4) [...] >> Index: share/man/man4/vt.4 >> =================================================================== >> >> --- share/man/man4/vt.4 (revision 270244) >> +++ share/man/man4/vt.4 (working copy) @@ -211,7 +211,7 @@ >> Default is 15, all enabled. .El .Sh FILES -.Bl -tag -width >> /usr/share/syscons/keymaps/* -compact +.Bl -tag -width >> /usr/share/vt/keymaps/* -compact .It Pa /dev/console .It Pa >> /dev/consolectl .It Pa /dev/ttyv* > > this section still misses description for paths to fonts and key > maps. The font and keymap paths have been added. Thanks again! _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "[email protected]"
