Print this page
4023 - Typo in file(1) manpage and various others

@@ -8,11 +8,11 @@
 .\" and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between these versions and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html.
 .\"  This notice shall appear on any product containing this material.
 .\" 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 AR 1 "Aug 24, 2009"
+.TH AR 1 "Sep 10, 2013"
 .SH NAME
 ar \- maintain portable archive or library
 .SH SYNOPSIS
 .LP
 .nf

@@ -457,10 +457,10 @@
 .LP
 By convention, archives are suffixed with "\fB\&.a\fR".
 .sp
 .LP
 When inserting \fBELF\fR objects into an archive file, \fBar\fR might add
-"\fB\n\fR" characters to pad these objects to an 8-byte boundary. Such padding
+"\fB\en\fR" characters to pad these objects to an 8-byte boundary. Such padding
 improves the efficiency with which \fBld\fR(1) can access the archive. Only
 \fBELF\fR object files are padded in this way. Other archive members are not
 altered. When an object with such padding is extracted from an archive, the
 padding is not included in the resulting output.