Fix typo: s/--r/-r/
This commit is contained in:
parent
35a048da19
commit
623d9b5490
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: mount_nfs.8,v 1.51 2021/01/24 12:51:32 jmcneill Exp $
|
||||
.\" $NetBSD: mount_nfs.8,v 1.52 2021/03/14 02:56:51 rin Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1992, 1993, 1994, 1995
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -218,7 +218,7 @@ Same as
|
|||
.Fl a Ar maxreadahead .
|
||||
.It Cm rsize Ns = Ns Aq Ar readsize
|
||||
Same as
|
||||
.Fl -r Ar readsize .
|
||||
.Fl r Ar readsize .
|
||||
.It Cm soft
|
||||
Same as
|
||||
.Fl s .
|
||||
|
|
Loading…
Reference in New Issue