BSD 4_3_Net_2 release
[unix-history] / usr / src / usr.bin / ranlib / ranlib.1
index 38b0b15..019f43a 100644 (file)
@@ -1,15 +1,39 @@
 .\" Copyright (c) 1990 Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1990 Regents of the University of California.
 .\" All rights reserved.
 .\"
-.\" %sccs.include.redist.man%
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\"    must display the following acknowledgement:
+.\"    This product includes software developed by the University of
+.\"    California, Berkeley and its contributors.
+.\" 4. Neither the name of the University nor the names of its contributors
+.\"    may be used to endorse or promote products derived from this software
+.\"    without specific prior written permission.
 .\"
 .\"
-.\"     @(#)ranlib.1   6.6 (Berkeley) %G%
+.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
 .\"
 .\"
-.Vx
-.Vx
-.Dd 
+.\"     @(#)ranlib.1   6.7 (Berkeley) 5/9/91
+.\"
+.Dd May 9, 1991
 .Dt RANLIB 1
 .Dt RANLIB 1
-.BSD 4.4
+.Os
 .Sh NAME
 .Nm ranlib
 .Nd table-of-contents for archive libraries
 .Sh NAME
 .Nm ranlib
 .Nd table-of-contents for archive libraries
@@ -27,8 +51,8 @@ Files in the archive which are not executable and symbols which are
 uninteresting to the loader are ignored.
 .Pp
 The options are as follows:
 uninteresting to the loader are ignored.
 .Pp
 The options are as follows:
-.Tw 8n
-.Tp Fl t
+.Bl -tag -width indent
+.It Fl t
 Set the modification time of the __.SYMDEF file.
 This time is compared by the loader with the modification time of the
 archive to verify that the table is up-to-date with respect to the
 Set the modification time of the __.SYMDEF file.
 This time is compared by the loader with the modification time of the
 archive to verify that the table is up-to-date with respect to the
@@ -44,9 +68,12 @@ This is also useful after using the
 .Fl t
 option of
 .Xr make 1 .
 .Fl t
 option of
 .Xr make 1 .
-.Tp
+.El
 .Sh FILES
 .Sh FILES
-/tmp/ranlib.XXXXXX     temporary file names
+.Bl -tag -width /tmp/ranlib.XXXXXX -compact
+.It Pa /tmp/ranlib.XXXXXX
+Temporary file names.
+.El
 .Sh SEE ALSO
 .Xr ar 1 ,
 .Xr ld 1 ,
 .Sh SEE ALSO
 .Xr ar 1 ,
 .Xr ld 1 ,
@@ -54,5 +81,7 @@ option of
 .Xr nm 1 ,
 .Xr ranlib 5
 .Sh HISTORY
 .Xr nm 1 ,
 .Xr ranlib 5
 .Sh HISTORY
-.Nm Ranlib
-appeared in Version 7 AT&T UNIX.
+A
+.Nm ranlib
+command appeared in
+.At v7 .