Print this page
5956 orientate is not a word
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Marcel Telka <marcel@telka.sk>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/mount_nfs.1m
          +++ new/usr/src/man/man1m/mount_nfs.1m
   1    1  '\" te
   2    2  .\" Copyright (c) 2009 Sun Microsystems, Inc. All Rights Reserved
   3    3  .\" Copyright 1989 AT&T
   4    4  .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
   5    5  .\" See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the
   6    6  .\" fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   7      -.TH MOUNT_NFS 1M "Jul 26, 2009"
        7 +.TH MOUNT_NFS 1M "Jun 3, 2015"
   8    8  .SH NAME
   9    9  mount_nfs \- mount remote NFS resources
  10   10  .SH SYNOPSIS
  11   11  .LP
  12   12  .nf
  13   13  \fBmount\fR [\fB-F\fR nfs] [\fIgeneric_options\fR] [\fB-o\fR \fIspecific_options\fR] [\fB-O\fR] \fIresource\fR
  14   14  .fi
  15   15  
  16   16  .LP
  17   17  .nf
↓ open down ↓ 391 lines elided ↑ open up ↑
 409  409  .RE
 410  410  
 411  411  .sp
 412  412  .ne 2
 413  413  .na
 414  414  \fB\fBrsize=\fR\fIn\fR\fR
 415  415  .ad
 416  416  .sp .6
 417  417  .RS 4n
 418  418  Set the read buffer size to a maximum of \fIn\fR bytes. The default value is
 419      -\fB1048576\fR when using connection-orientated transports with Version 3 or
      419 +\fB1048576\fR when using connection-oriented transports with Version 3 or
 420  420  Version 4 of the \fBNFS\fR protocol, and \fB32768\fR when using connection-less
 421  421  transports. The default can be negotiated down if the server prefers a smaller
 422  422  transfer size. "\fBRead\fR" operations may not necessarily use the maximum
 423  423  buffer size. When using Version 2, the default value is \fB32768\fR for all
 424  424  transports.
 425  425  .RE
 426  426  
 427  427  .sp
 428  428  .ne 2
 429  429  .na
↓ open down ↓ 61 lines elided ↑ open up ↑
 491  491  .RE
 492  492  
 493  493  .sp
 494  494  .ne 2
 495  495  .na
 496  496  \fB\fBwsize=\fR\fIn\fR\fR
 497  497  .ad
 498  498  .sp .6
 499  499  .RS 4n
 500  500  Set the write buffer size to a maximum of \fIn\fR bytes. The default value is
 501      -\fB1048576\fR when using connection-orientated transports with Version 3 or
      501 +\fB1048576\fR when using connection-oriented transports with Version 3 or
 502  502  Version 4 of the \fBNFS\fR protocol, and \fB32768\fR when using connection-less
 503  503  transports. The default can be negotiated down if the server prefers a smaller
 504  504  transfer size. "\fBWrite\fR" operations may not necessarily use the maximum
 505  505  buffer size. When using Version 2, the default value is \fB32768\fR for all
 506  506  transports.
 507  507  .RE
 508  508  
 509  509  .sp
 510  510  .ne 2
 511  511  .na
↓ open down ↓ 416 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX