diff options
author | Marcel Telka <marcel.telka@nexenta.com> | 2014-10-22 12:06:25 +0200 |
---|---|---|
committer | Dan McDonald <danmcd@omniti.com> | 2014-10-23 19:26:33 -0400 |
commit | c375047346b15ac13f787bc562bb7e724c97baf5 (patch) | |
tree | 40b47f68290987e153fae70db6a797ea45269c7f /usr/src/man/man3c/enable_extended_FILE_stdio.3c | |
parent | a05fd0c9b9aa46cf66ddea7617e56facdf1f4aaf (diff) | |
download | illumos-joyent-c375047346b15ac13f787bc562bb7e724c97baf5.tar.gz |
4213 Missing spaces in man pages
Reviewed by: Eric Sproul <esproul@omniti.com>
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/man/man3c/enable_extended_FILE_stdio.3c')
-rw-r--r-- | usr/src/man/man3c/enable_extended_FILE_stdio.3c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/man/man3c/enable_extended_FILE_stdio.3c b/usr/src/man/man3c/enable_extended_FILE_stdio.3c index 8d43af859d..08c3a2141d 100644 --- a/usr/src/man/man3c/enable_extended_FILE_stdio.3c +++ b/usr/src/man/man3c/enable_extended_FILE_stdio.3c @@ -1,9 +1,10 @@ '\" te +.\" Copyright 2014 Nexenta Systems, Inc. All rights reserved. .\" Copyright (c) 2006, Sun Microsystems, Inc. All Rights Reserved. .\" 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 ENABLE_EXTENDED_FILE_STDIO 3C "Apr 18, 2006" +.TH ENABLE_EXTENDED_FILE_STDIO 3C "Oct 22, 2014" .SH NAME enable_extended_FILE_stdio \- enable extended FILE facility within standard I/O .SH SYNOPSIS @@ -278,7 +279,7 @@ even higher if \fImyfd\fR has a value greater than 255 and is truncated by the assignment to the 8-bit \fI_file\fR field. .sp .LP -Since the\fI_file\fR field has been renamed, attempts to recompile this code +Since the \fI_file\fR field has been renamed, attempts to recompile this code will fail. The application should be changed not to use this field in the \fBFILE\fR structure. .sp |