diff options
| author | Boris Popov <bp@FreeBSD.org> | 2002-04-20 05:35:02 +0000 |
|---|---|---|
| committer | Boris Popov <bp@FreeBSD.org> | 2002-04-20 05:35:02 +0000 |
| commit | 5f3d1ad8c93e816f987b4d3dac8aec75f008d48a (patch) | |
| tree | ef420fa1fc4109b2c07ad4202f28b30bb79966fd /usr.sbin | |
| parent | 16f87d4c6b90de3d9cb90251cbe3585e0f8de3b0 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/mount_nwfs/mount_nwfs.8 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/usr.sbin/mount_nwfs/mount_nwfs.8 b/usr.sbin/mount_nwfs/mount_nwfs.8 index 87f3e9218ffb..933b0a3f5015 100644 --- a/usr.sbin/mount_nwfs/mount_nwfs.8 +++ b/usr.sbin/mount_nwfs/mount_nwfs.8 @@ -144,15 +144,15 @@ Select a .Ar scheme used to convert file names between NetWare and .Fx . -Currently only -.Ar koi2cp866 -and -.Ar asis -can be here. -Please note, that scheme should be enabled at compile -time in -.Pa config.mk -file. +Supported conversion schemes are: +.Bl -tag -width "koi2cp866A" +.It asis +Characters passed as is without any alteration. +.It koi2cp866 +koi8-r <-> CP866 +.It se +Suits for setups used in Sweden. +.El .It Fl M Ar mode See .Xr ncplogin 1 |
