Update of /cvsroot/linux-decnet/dnprogs/dapfs
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv18814/dapfs
Modified Files:
mount.dapfs.8
Log Message:
fixed some lintian warnings
Index: mount.dapfs.8
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/dapfs/mount.dapfs.8,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** mount.dapfs.8 2 Apr 2008 19:16:40 -0000 1.3
--- mount.dapfs.8 6 Jul 2010 00:32:13 -0000 1.4
***************
*** 13,17 ****
mount.dapfs mounts a DAP filesystem on (probably) a VMS server
as a directory on a Linux system. It is invoked by the mount command
! when usig the -t dapfs switch. dapfs use the FUSE (Filesystem in USEr space)
system.
.br
--- 13,17 ----
mount.dapfs mounts a DAP filesystem on (probably) a VMS server
as a directory on a Linux system. It is invoked by the mount command
! when usig the \-t dapfs switch. dapfs use the FUSE (Filesystem in USEr space)
system.
.br
***************
*** 40,49 ****
.SH EXAMPLES
.br
! # mount -tdapfs zarqon /mnt/vax
.br
Mounts the default DECnet account on node ZARQON onto the Linux filesystem /mnt/vax
.br
! # mount -tdapfs alpha1 /mnt/alpha -ousername=SYSTEM,password=field
.br
Mounts the home directory for the user SYSTEM on node ALPHA1, using the password "field" on /mnt/alpha.
--- 40,49 ----
.SH EXAMPLES
.br
! # mount \-tdapfs zarqon /mnt/vax
.br
Mounts the default DECnet account on node ZARQON onto the Linux filesystem /mnt/vax
.br
! # mount \-tdapfs alpha1 /mnt/alpha \-ousername=SYSTEM,password=field
.br
Mounts the home directory for the user SYSTEM on node ALPHA1, using the password "field" on /mnt/alpha.
|