diff options
author | Sergio Aguayo <sergioag@qmailhosting.net> | 2015-06-03 21:37:59 -0500 |
---|---|---|
committer | Gordon Ross <gwr@nexenta.com> | 2015-06-05 20:33:04 -0400 |
commit | 81ad62fccc616122995dc5abd6e7a8bed377f818 (patch) | |
tree | 836408df81bfebe3e2d2184bdfdf183fce455568 | |
parent | 2235c267f66f8b02ccdfc15c8c0aac6346fba1bc (diff) | |
download | illumos-joyent-81ad62fccc616122995dc5abd6e7a8bed377f818.tar.gz |
5956 orientate is not a word
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Marcel Telka <marcel@telka.sk>
Approved by: Gordon Ross <gwr@nexenta.com>
-rw-r--r-- | usr/src/lib/libc/inc/mse.h | 4 | ||||
-rw-r--r-- | usr/src/man/man1m/mount_nfs.1m | 14 | ||||
-rw-r--r-- | usr/src/man/man3c/fwide.3c | 12 | ||||
-rw-r--r-- | usr/src/uts/common/sys/t_kuser.h | 2 |
4 files changed, 9 insertions, 23 deletions
diff --git a/usr/src/lib/libc/inc/mse.h b/usr/src/lib/libc/inc/mse.h index 28ce28b10a..09227cebd0 100644 --- a/usr/src/lib/libc/inc/mse.h +++ b/usr/src/lib/libc/inc/mse.h @@ -86,9 +86,9 @@ extern void _setorientation(FILE *, _IOP_orientation_t); * From page 32 of XSH5 * Once a wide-character I/O function has been applied * to a stream without orientation, the stream becomes - * wide-orientated. Similarly, once a byte I/O function + * wide-oriented. Similarly, once a byte I/O function * has been applied to a stream without orientation, - * the stream becomes byte-orientated. Only a call to + * the stream becomes byte-oriented. Only a call to * the freopen() function or the fwide() function can * otherwise alter the orientation of a stream. */ diff --git a/usr/src/man/man1m/mount_nfs.1m b/usr/src/man/man1m/mount_nfs.1m index 3246d42656..badd63ca9a 100644 --- a/usr/src/man/man1m/mount_nfs.1m +++ b/usr/src/man/man1m/mount_nfs.1m @@ -4,7 +4,7 @@ .\" 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. .\" 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 .\" fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH MOUNT_NFS 1M "Jul 26, 2009" +.TH MOUNT_NFS 1M "Jun 3, 2015" .SH NAME mount_nfs \- mount remote NFS resources .SH SYNOPSIS @@ -25,7 +25,6 @@ mount_nfs \- mount remote NFS resources .fi .SH DESCRIPTION -.sp .LP The \fBmount\fR utility attaches a named \fIresource\fR to the file system hierarchy at the pathname location \fImount_point\fR, which must already exist. @@ -119,7 +118,6 @@ The \fBmount\fR command maintains a table of mounted file systems in \fBmount_nfs\fR supports both NFSv3 and NFSv4 mounts. The default NFS version is NFSv4. .SH OPTIONS -.sp .LP See \fBmount\fR(1M) for the list of supported \fIgeneric_options\fR. See \fBshare_nfs\fR(1M) for a description of server options. @@ -416,7 +414,7 @@ errors. .sp .6 .RS 4n Set the read buffer size to a maximum of \fIn\fR bytes. The default value is -\fB1048576\fR when using connection-orientated transports with Version 3 or +\fB1048576\fR when using connection-oriented transports with Version 3 or Version 4 of the \fBNFS\fR protocol, and \fB32768\fR when using connection-less transports. The default can be negotiated down if the server prefers a smaller transfer size. "\fBRead\fR" operations may not necessarily use the maximum @@ -498,7 +496,7 @@ maximum, the next lowest version attempted until a matching version is found. .sp .6 .RS 4n Set the write buffer size to a maximum of \fIn\fR bytes. The default value is -\fB1048576\fR when using connection-orientated transports with Version 3 or +\fB1048576\fR when using connection-oriented transports with Version 3 or Version 4 of the \fBNFS\fR protocol, and \fB32768\fR when using connection-less transports. The default can be negotiated down if the server prefers a smaller transfer size. "\fBWrite\fR" operations may not necessarily use the maximum @@ -534,7 +532,6 @@ producing the error "device busy." .RE .SH NFS FILE SYSTEMS -.sp .ne 2 .na \fBBackground versus Foreground\fR @@ -648,7 +645,6 @@ active for that file. .RE .SS "File Attributes" -.sp .LP To improve \fBNFS\fR read performance, files and file attributes are cached. File modification times get updated whenever a write occurs. However, file @@ -678,7 +674,6 @@ viewed immediately by other clients, it has a significant adverse effect on client write performance. Data written into memory-mapped file pages (\fBmmap\fR(2)) are not written directly to this server. .SS "Specifying Values for Attribute Cache Duration Options" -.sp .LP The attribute cache duration options are \fBacdirmax\fR, \fBacdirmin\fR, \fBacregmax\fR, \fBacregmin\fR, and \fBactimeo\fR, as described under OPTIONS. @@ -833,7 +828,6 @@ example# mount serv\(mix:/usr/man,serv\(miy:/var/man,nfs://serv-z/man /usr/man .sp .SH FILES -.sp .ne 2 .na \fB\fB/etc/mnttab\fR\fR @@ -864,7 +858,6 @@ table of automatically mounted resources .RE .SH SEE ALSO -.sp .LP \fBrdist\fR(1), \fBlockd\fR(1M), \fBmountall\fR(1M), \fBmountd\fR(1M), \fBnfsd\fR(1M), \fBquota\fR(1M), \fBstatd\fR(1M), \fBmkdir\fR(2), @@ -883,7 +876,6 @@ Callaghan, Brent, \fINFS URL Scheme\fR, RFC 2224, October 1997. Berners-Lee, Masinter & McCahill , \fIUniform Resource Locators (URL)\fR, RFC 1738, December 1994. .SH NOTES -.sp .LP An \fBNFS\fR server should not attempt to mount its own file systems. See \fBlofs\fR(7FS). diff --git a/usr/src/man/man3c/fwide.3c b/usr/src/man/man3c/fwide.3c index b7466c1582..2d72afbe9b 100644 --- a/usr/src/man/man3c/fwide.3c +++ b/usr/src/man/man3c/fwide.3c @@ -7,7 +7,7 @@ .\" 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. 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 fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH FWIDE 3C "Jul 24, 2002" +.TH FWIDE 3C "Jun 3, 2015" .SH NAME fwide \- set stream orientation .SH SYNOPSIS @@ -20,12 +20,11 @@ fwide \- set stream orientation .fi .SH DESCRIPTION -.sp .LP The \fBfwide()\fR function determines the orientation of the stream pointed to by \fIstream\fR. If \fImode\fR is greater than 0, the function first attempts -to make the stream wide-orientated. If \fImode\fR is less than 0, the function -first attempts to make the stream byte-orientated. Otherwise, \fImode\fR is 0 +to make the stream wide-oriented. If \fImode\fR is less than 0, the function +first attempts to make the stream byte-oriented. Otherwise, \fImode\fR is 0 and the function does not alter the orientation of the stream. .sp .LP @@ -38,13 +37,11 @@ wishing to check for error situations should set \fBerrno\fR to 0, then call \fBfwide()\fR, then check \fBerrno\fR and if it is non-zero, assume an error has occurred. .SH RETURN VALUES -.sp .LP The \fBfwide()\fR function returns a value greater than 0 if, after the call, the stream has wide-orientation, a value less than 0 if the stream has byte-orientation, or 0 if the stream has no orientation. .SH ERRORS -.sp .LP The \fBfwide()\fR function may fail if: .sp @@ -57,12 +54,10 @@ The \fIstream\fR argument is not a valid stream. .RE .SH USAGE -.sp .LP A call to \fBfwide()\fR with \fImode\fR set to 0 can be used to determine the current orientation of a stream. .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -80,6 +75,5 @@ MT-Level MT-Safe .TE .SH SEE ALSO -.sp .LP \fBattributes\fR(5), \fBstandards\fR(5) diff --git a/usr/src/uts/common/sys/t_kuser.h b/usr/src/uts/common/sys/t_kuser.h index 287adf8964..c4d324eddd 100644 --- a/usr/src/uts/common/sys/t_kuser.h +++ b/usr/src/uts/common/sys/t_kuser.h @@ -54,7 +54,7 @@ extern "C" { /* * Note this structure will need to be expanded to handle data - * related to connection orientated transports. + * related to connection oriented transports. */ typedef struct tiuser { struct file *fp; |