document port option; prompted by wiz@ :)
This commit is contained in:
parent
e68bcb6987
commit
9144e38e70
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: mount.8,v 1.47 2005/06/23 00:30:29 thorpej Exp $
|
||||
.\" $NetBSD: mount.8,v 1.48 2006/01/13 09:34:46 elad Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1989, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -29,7 +29,7 @@
|
|||
.\"
|
||||
.\" @(#)mount.8 8.8 (Berkeley) 6/16/94
|
||||
.\"
|
||||
.Dd June 22, 2005
|
||||
.Dd January 13, 2006
|
||||
.Dt MOUNT 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -263,6 +263,8 @@ The file system must be mounted read-only.
|
|||
All cached meta-data are invalidated, superblock and summary information
|
||||
is re-read from disk, all cached inactive vnodes and file data are
|
||||
invalidated and all inode data are re-read for all active vnodes.
|
||||
.It Cm port
|
||||
(NFS only) Use the specified NFS port.
|
||||
.El
|
||||
.Pp
|
||||
Any additional options specific to a given filesystem type (see the
|
||||
|
|
Loading…
Reference in New Issue