Changes in the English version(1.7->1.8) are merged.
This commit is contained in:
parent
a26e7806e6
commit
07e7dabaf2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=2471
1 changed files with 11 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<!-- $Id: russian.sgml,v 1.4 1998-02-23 09:07:29 hanai Exp $ -->
|
||||
<!-- $Id: russian.sgml,v 1.5 1998-02-24 02:21:41 hanai Exp $ -->
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.7 -->
|
||||
<!-- Original revision: 1.8 -->
|
||||
|
||||
<sect><heading>ロシア語 (KOI8-R encoding)<label id="russian"></heading>
|
||||
<p><em>Contributed by &a.ache;<newline>
|
||||
|
@ -161,6 +161,15 @@ lp|Russian local line printer:\
|
|||
<tt>/etc/printcap</tt> ファイルの詳細については <tt>printcap(5)</tt>
|
||||
を参照して下さい.
|
||||
|
||||
<sect1><heading>MSDOS ファイルシステムとロシア語のファイル名<label id="russian:msdosfs"></heading>
|
||||
<p>MSDOS ファイルシステムにおいてロシア語のファイル名をサポートするには, 次の
|
||||
<tt>fstab(5)</tt> エントリーの例を参考にしてください.
|
||||
<verb>
|
||||
/dev/sd0s1 /dos/c msdos rw,-W=koi2dos,-L=ru_RU.KOI8-R 0 0
|
||||
</verb>
|
||||
<tt>-W</tt> と <tt>-L</tt> というオプションに関する詳細は
|
||||
<tt>mount_msdos(8)</tt> をご覧ください.
|
||||
|
||||
<sect1><heading>X Window System のセットアップ<label id="russian:xwindow"></heading>
|
||||
<p>
|
||||
以下の順序で設定します:
|
||||
|
|
Loading…
Reference in a new issue