diff options
author | ru <ru@FreeBSD.org> | 2004-05-17 08:35:43 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-05-17 08:35:43 +0000 |
commit | f6aa4621fdedfa56e30080766807470b824ed6cb (patch) | |
tree | c446a692418d56b54ed63c7ca0bc02346ad40b65 /sbin/mount_msdosfs | |
parent | d268c01ce212b73265c588a611085fda8626c71e (diff) | |
download | FreeBSD-src-f6aa4621fdedfa56e30080766807470b824ed6cb.zip FreeBSD-src-f6aa4621fdedfa56e30080766807470b824ed6cb.tar.gz |
Assorted markup, grammar, and spelling fixes.
Diffstat (limited to 'sbin/mount_msdosfs')
-rw-r--r-- | sbin/mount_msdosfs/mount_msdosfs.8 | 33 |
1 files changed, 19 insertions, 14 deletions
diff --git a/sbin/mount_msdosfs/mount_msdosfs.8 b/sbin/mount_msdosfs/mount_msdosfs.8 index 609aa66..1fd704f 100644 --- a/sbin/mount_msdosfs/mount_msdosfs.8 +++ b/sbin/mount_msdosfs/mount_msdosfs.8 @@ -157,8 +157,10 @@ This forces .Fl s . .\".It Fl G .\"This option causes the file system to be interpreted as an Atari-Gemdos -.\"file system. The differences to the MS-DOS file system are minimal and -.\"limited to the boot block. This option enforces +.\"file system. +.\"The differences to the MS-DOS file system are minimal and +.\"limited to the boot block. +.\"This option enforces .\".Fl s . .It Fl L Ar locale Specify locale name used for file name conversions @@ -168,22 +170,25 @@ By default ISO 8859-1 assumed as local character set. Specify the MS-DOS code page (aka IBM/OEM code page) name used for file name conversions for DOS names. .It Fl W Ar table -This option is remained for backward compatibility purpose, and will be -removed in the future. Please do not use this option. +.Bf Em +This option is preserved for backward compatibility purpose only, +and will be removed in the future. +Please avoid using this option. +.Ef .Pp -Specify text file name with conversion table: iso22dos, iso72dos, koi2dos, -koi8u2dos. +Specify text file name with conversion table: +.Pa iso22dos , iso72dos , koi2dos , koi8u2dos . .El .Sh EXAMPLES -To mount a Russian msdos file system located in /dev/ad1s1: -.Bd -literal -offset indent -# mount_msdosfs -L ru_RU.KOI8-R -D CP866 /dev/ad1s1 /mnt -.Ed +To mount a Russian MS-DOS file system located in +.Pa /dev/ad1s1 : .Pp -To mount a Japanese msdos file system located in /dev/ad1s1: -.Bd -literal -offset indent -# mount_msdosfs -L ja_JP.eucJP -D CP932 /dev/ad1s1 /mnt -.Ed +.Dl "mount_msdosfs -L ru_RU.KOI8-R -D CP866 /dev/ad1s1 /mnt" +.Pp +To mount a Japanese MS-DOS file system located in +.Pa /dev/ad1s1 : +.Pp +.Dl "mount_msdosfs -L ja_JP.eucJP -D CP932 /dev/ad1s1 /mnt" .Sh SEE ALSO .Xr mount 2 , .Xr unmount 2 , |