Fix tyops pointed out by Igor Sobrado in PR misc/19623:
mount_filecore(8) - frquently (frequently), upto (up to) mount_nfs(8) - NFSV3 (NFSv3), automaticly (automatically) mount_ntfs(8) - particularily (particularly), fisk (disk)
This commit is contained in:
parent
6bf498b3c2
commit
b49ef594e9
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: mount_filecore.8,v 1.8 2002/10/01 13:40:39 wiz Exp $
|
||||
.\" $NetBSD: mount_filecore.8,v 1.9 2003/01/01 21:22:50 jschauma Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1998 Mark Brinicombe
|
||||
.\" Copyright (c) 1993,1994 Christopher G. Demetriou
|
||||
|
@ -55,7 +55,7 @@ found on their ARM 6, ARM7 and StrongARM 110 based RiscPC machines
|
|||
that are supported by the arm32 port.
|
||||
Under RISC OS, filecore will have multiple instantiations for file
|
||||
systems on different block devices such as floppies, IDE discs, SCSI discs
|
||||
etc. and these frquently are considered to be different filesystems
|
||||
etc. and these frequently are considered to be different filesystems
|
||||
e.g. ADFS, IDEFS, SCSIFS etc.
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
|
@ -109,7 +109,7 @@ This option currently has no effect.
|
|||
The
|
||||
.Sq filecore
|
||||
filesystem currently supports the Acorn filecore file system found on
|
||||
Acorn Computers RiscPC desktop machines with versions of RISC OS upto 3.70.
|
||||
Acorn Computers RiscPC desktop machines with versions of RISC OS up to 3.70.
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: mount_nfs.8,v 1.19 2002/10/01 13:40:41 wiz Exp $
|
||||
.\" $NetBSD: mount_nfs.8,v 1.20 2003/01/01 21:22:50 jschauma Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1992, 1993, 1994, 1995
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -200,7 +200,7 @@ Make the mount interruptible, which implies that file system calls that
|
|||
are delayed due to an unresponsive server will fail with EINTR when a
|
||||
termination signal is posted for the process.
|
||||
.It Fl l
|
||||
Used with NQNFS and NFSV3 to specify that the ReaddirPlus RPC should
|
||||
Used with NQNFS and NFSv3 to specify that the ReaddirPlus RPC should
|
||||
be used.
|
||||
This option reduces RPC traffic for cases such as
|
||||
.Dq "ls -l" ,
|
||||
|
@ -295,7 +295,7 @@ is with a command like:
|
|||
or:
|
||||
.Dl "mount -t nfs remotehost:/filesystem /localmountpoint
|
||||
.Pp
|
||||
It is also possible to automaticly mount filesystems at boot from your
|
||||
It is also possible to automatically mount filesystems at boot from your
|
||||
.Pa /etc/fstab
|
||||
by using a line like:
|
||||
.Pp
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: mount_ntfs.8,v 1.11 2002/10/01 13:40:41 wiz Exp $
|
||||
.\" $NetBSD: mount_ntfs.8,v 1.12 2003/01/01 21:22:51 jschauma Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1993,1994 Christopher G. Demetriou
|
||||
.\" Copyright (c) 1999 Semen Ustimenko
|
||||
|
@ -171,8 +171,8 @@ mount_ntfs: /dev/wd0k on /mnt: Invalid argument
|
|||
.Ed
|
||||
.Pp
|
||||
make sure that appropriate partition has correct entry in the
|
||||
disk label, particularily that the partition offset is correct.
|
||||
If the NTFS partition is the first partition on the fisk, the
|
||||
disk label, particularly that the partition offset is correct.
|
||||
If the NTFS partition is the first partition on the disk, the
|
||||
offset should be '63' on i386 (see
|
||||
.Xr disklabel 8 ) .
|
||||
.Xr mbrlabel 8
|
||||
|
|
Loading…
Reference in New Issue