Date: Sun, 15 Jul 2001 09:40:04 -0700 (PDT) From: Vladimir Tchoukharev <chu@mail.ru> To: freebsd-doc@freebsd.org Subject: Re: docs/28425: Typo in handbook 13.5.1.4 Message-ID: <200107151640.f6FGe4Z89823@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/28425; it has been noted by GNATS. From: Vladimir Tchoukharev <chu@mail.ru> To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: docs/28425: Typo in handbook 13.5.1.4 Date: Sun, 15 Jul 2001 19:33:32 +0300 This is a multi-part message in MIME format. --------------98249CFF9AF0E64BA1834FF4 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit I have just noticed, that only one of two '=' signs was removed by the fix. So it's still wrong. A patch is attached (directory /usr/doc/en_US.ISO8859-1/books/handbook/l10n). Best regards, V. Tchoukharev --------------98249CFF9AF0E64BA1834FF4 Content-Type: text/plain; charset=koi8-r; name="patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch" --- chapter.sgml.orig Sun Jul 15 13:03:24 2001 +++ chapter.sgml Sun Jul 15 19:11:49 2001 @@ -784,7 +784,7 @@ <para>The following example &man.fstab.5; entry enables support for Russian filenames in mounted MS-DOS filesystems:</para> - <programlisting>/dev/ad0s2 /dos/c msdos rw,-Wkoi2dos,-L=ru_RU.KOI8-R 0 0</programlisting> + <programlisting>/dev/ad0s2 /dos/c msdos rw,-Wkoi2dos,-Lru_RU.KOI8-R 0 0</programlisting> <para>See &man.mount.msdos.8; for a detailed description of the <option>-W</option> and <option>-L</option> options.</para> --------------98249CFF9AF0E64BA1834FF4-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107151640.f6FGe4Z89823>