Add section about MSDOS FS and Russian file names
This commit is contained in:
parent
4ec51471d3
commit
a26e7806e6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=2470
1 changed files with 11 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: russian.sgml,v 1.7 1998-02-14 13:53:32 ache Exp $ -->
|
||||
<!-- $Id: russian.sgml,v 1.8 1998-02-23 17:07:22 ache Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<sect><heading>Russian Language (KOI8-R encoding)<label id="russian"></heading>
|
||||
|
@ -165,6 +165,16 @@ lp|Russian local line printer:\
|
|||
</verb>
|
||||
see <tt>printcap(5)</tt> for detailed description.
|
||||
|
||||
<sect1><heading>MSDOS FS and Russian file names<label id="russian:msdosfs"></heading>
|
||||
<p>
|
||||
Look at following example <tt>fstab(5)</tt> entry to enable support for
|
||||
Russian file names in MSDOS FS:
|
||||
<verb>
|
||||
/dev/sd0s1 /dos/c msdos rw,-W=koi2dos,-L=ru_RU.KOI8-R 0 0
|
||||
</verb>
|
||||
see <tt>mount_msdos(8)</tt> for detailed description of
|
||||
<tt>-W</tt> and <tt>-L</tt> options.
|
||||
|
||||
<sect1><heading>X Window Setup<label id="russian:xwindow"></heading>
|
||||
<p>
|
||||
Step by step instructions:
|
||||
|
|
Loading…
Reference in a new issue