diff options
author | 2003-05-07 17:21:01 +0000 | |
---|---|---|
committer | 2003-05-07 17:21:01 +0000 | |
commit | 89e1ea8f5485f91a97e3e4601cfd997e733b948e (patch) | |
tree | dd0de1a377bbc4973b2fbdefcdbb903fbadf1e42 | |
parent | Major strings rework. Ok pjanzen@ (diff) | |
download | wireguard-openbsd-89e1ea8f5485f91a97e3e4601cfd997e733b948e.tar.xz wireguard-openbsd-89e1ea8f5485f91a97e3e4601cfd997e733b948e.zip |
typo.
-rw-r--r-- | sbin/mount_nfs/mount_nfs.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8 index 7028eced85f..6364b21a4e9 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.29 2003/04/02 16:04:19 jmc Exp $ +.\" $OpenBSD: mount_nfs.8,v 1.30 2003/05/07 17:21:01 jmc Exp $ .\" $NetBSD: mount_nfs.8,v 1.3 1996/02/18 11:59:10 fvdl Exp $ .\" .\" Copyright (c) 1992, 1993, 1994, 1995 @@ -153,13 +153,13 @@ flag followed by a comma separated string of options. See the .Xr mount 8 man page for possible options and their meanings. -The following NFS specific option is also available: +The following NFS specific options are also available: .Bl -tag -width indent .It port=portnumber Use specified port number for NFS requests. The default is to query the portmapper for the NFS port. .It noac -Turn off attribute caching for both directories and files +Turn off attribute caching for both directories and files. .El .It Fl r Ar readsize Set the read data size to the specified value. |