Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin Fix tyops pointed out by Igor Sobrado in PR misc/19623:



details:   https://anonhg.NetBSD.org/src/rev/3f875b31c887
branches:  trunk
changeset: 541105:3f875b31c887
user:      jschauma <jschauma%NetBSD.org@localhost>
date:      Wed Jan 01 21:22:50 2003 +0000

description:
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)

diffstat:

 sbin/mount_filecore/mount_filecore.8 |  6 +++---
 sbin/mount_nfs/mount_nfs.8           |  6 +++---
 sbin/mount_ntfs/mount_ntfs.8         |  6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (74 lines):

diff -r 66ebcd5a72e5 -r 3f875b31c887 sbin/mount_filecore/mount_filecore.8
--- a/sbin/mount_filecore/mount_filecore.8      Wed Jan 01 21:00:42 2003 +0000
+++ b/sbin/mount_filecore/mount_filecore.8      Wed Jan 01 21:22:50 2003 +0000
@@ -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 @@
 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 @@
 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 -r 66ebcd5a72e5 -r 3f875b31c887 sbin/mount_nfs/mount_nfs.8
--- a/sbin/mount_nfs/mount_nfs.8        Wed Jan 01 21:00:42 2003 +0000
+++ b/sbin/mount_nfs/mount_nfs.8        Wed Jan 01 21:22:50 2003 +0000
@@ -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 @@
 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 @@
 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 -r 66ebcd5a72e5 -r 3f875b31c887 sbin/mount_ntfs/mount_ntfs.8
--- a/sbin/mount_ntfs/mount_ntfs.8      Wed Jan 01 21:00:42 2003 +0000
+++ b/sbin/mount_ntfs/mount_ntfs.8      Wed Jan 01 21:22:50 2003 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index