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

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1/ar.1
          +++ new/usr/src/man/man1/ar.1
↓ open down ↓ 2 lines elided ↑ open up ↑
   3    3  .\"  Portions Copyright (c) 1992, X/Open Company Limited  All Rights Reserved
   4    4  .\" Copyright (c) 2009, Sun Microsystems, Inc.  All Rights Reserved
   5    5  .\" Sun Microsystems, Inc. gratefully acknowledges The Open Group for permission to reproduce portions of its copyrighted documentation. Original documentation from The Open Group can be obtained online at  http://www.opengroup.org/bookstore/.
   6    6  .\" The Institute of Electrical and Electronics Engineers and The Open Group, have given us permission to reprint portions of their documentation. In the following statement, the phrase "this text" refers to portions of the system documentation. Portions of this text
   7    7  .\" are reprinted and reproduced in electronic form in the Sun OS Reference Manual, from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of Electrical
   8    8  .\" 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.
   9    9  .\"  This notice shall appear on any product containing this material.
  10   10  .\" 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.
  11   11  .\"  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
  12   12  .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
  13      -.TH AR 1 "Aug 24, 2009"
       13 +.TH AR 1 "Sep 10, 2013"
  14   14  .SH NAME
  15   15  ar \- maintain portable archive or library
  16   16  .SH SYNOPSIS
  17   17  .LP
  18   18  .nf
  19   19  \fB/usr/bin/ar\fR \fB-d\fR [\fB-Vv\fR] \fIarchive\fR \fIfile\fR...
  20   20  .fi
  21   21  
  22   22  .LP
  23   23  .nf
↓ open down ↓ 428 lines elided ↑ open up ↑
 452  452  .sp
 453  453  .LP
 454  454  If the same file is mentioned twice in an argument list, it may be put in the
 455  455  archive twice.
 456  456  .sp
 457  457  .LP
 458  458  By convention, archives are suffixed with "\fB\&.a\fR".
 459  459  .sp
 460  460  .LP
 461  461  When inserting \fBELF\fR objects into an archive file, \fBar\fR might add
 462      -"\fB\n\fR" characters to pad these objects to an 8-byte boundary. Such padding
      462 +"\fB\en\fR" characters to pad these objects to an 8-byte boundary. Such padding
 463  463  improves the efficiency with which \fBld\fR(1) can access the archive. Only
 464  464  \fBELF\fR object files are padded in this way. Other archive members are not
 465  465  altered. When an object with such padding is extracted from an archive, the
 466  466  padding is not included in the resulting output.
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX