diff options
| author | jschauma <jschauma@NetBSD.org> | 2003-01-01 21:22:50 +0000 |
|---|---|---|
| committer | jschauma <jschauma@NetBSD.org> | 2003-01-01 21:22:50 +0000 |
| commit | b49ef594e9f320f7ef0fc11ebaba309a00dc2f2c (patch) | |
| tree | 8398dd4de61a90d503894a06e8994ea19aebe7a1 | |
| parent | 6bf498b3c2db48c3a6f011da9a25bc618420a301 (diff) | |
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)
| -rw-r--r-- | sbin/mount_filecore/mount_filecore.8 | 6 | ||||
| -rw-r--r-- | sbin/mount_nfs/mount_nfs.8 | 6 | ||||
| -rw-r--r-- | sbin/mount_ntfs/mount_ntfs.8 | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sbin/mount_filecore/mount_filecore.8 b/sbin/mount_filecore/mount_filecore.8 index 5f0d01df8bf..97a16283909 100644 --- a/sbin/mount_filecore/mount_filecore.8 +++ b/sbin/mount_filecore/mount_filecore.8 @@ -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 diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8 index 663fd4bf98d..5b17bf76ebb 100644 --- a/sbin/mount_nfs/mount_nfs.8 +++ b/sbin/mount_nfs/mount_nfs.8 @@ -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 diff --git a/sbin/mount_ntfs/mount_ntfs.8 b/sbin/mount_ntfs/mount_ntfs.8 index 7b8d01b93eb..b1c1f11ce2e 100644 --- a/sbin/mount_ntfs/mount_ntfs.8 +++ b/sbin/mount_ntfs/mount_ntfs.8 @@ -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 |
