diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-02 16:04:20 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-02 16:04:20 +0000 |
commit | d26822d3275d3b7df1d7c202769d163483cb8f9a (patch) | |
tree | ed7ac694704688b2e3b2bf4003fefcbaecfdcc51 /sbin | |
parent | 01cc78bd7b031b6c90ce5b1970a773c8cafe9303 (diff) |
nfs -> NFS
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mount/mount.8 | 4 | ||||
-rw-r--r-- | sbin/mount_nfs/mount_nfs.8 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 1edd1b7f93c..3b4258eecc0 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.8,v 1.39 2003/03/12 20:12:36 deraadt Exp $ +.\" $OpenBSD: mount.8,v 1.40 2003/04/02 16:04:19 jmc Exp $ .\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -271,7 +271,7 @@ will attempt to execute a program in where .Em XXX is replaced by the type name. -For example, nfs file systems are mounted by the program +For example, NFS file systems are mounted by the program .Pa /sbin/mount_nfs . .It Fl u The diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8 index 83d67606e3e..7028eced85f 100644 --- a/sbin/mount_nfs/mount_nfs.8 +++ b/sbin/mount_nfs/mount_nfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_nfs.8,v 1.28 2003/02/09 07:26:45 jmc Exp $ +.\" $OpenBSD: mount_nfs.8,v 1.29 2003/04/02 16:04:19 jmc Exp $ .\" $NetBSD: mount_nfs.8,v 1.3 1996/02/18 11:59:10 fvdl Exp $ .\" .\" Copyright (c) 1992, 1993, 1994, 1995 @@ -39,7 +39,7 @@ .Os .Sh NAME .Nm mount_nfs -.Nd mount nfs file systems +.Nd mount NFS file systems .Sh SYNOPSIS .Nm mount_nfs .Bk -words @@ -63,7 +63,7 @@ The command calls the .Xr mount 2 -system call to prepare and graft a remote nfs file system (rhost:path) +system call to prepare and graft a remote NFS file system (rhost:path) on to the file system tree at the point .Ar node . This command is normally executed by |