=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ranlib/Attic/ranlib.5,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/ranlib/Attic/ranlib.5 1998/09/27 16:57:50 1.3 --- src/usr.bin/ranlib/Attic/ranlib.5 2000/03/10 20:17:50 1.4 *************** *** 1,4 **** ! .\" $OpenBSD: ranlib.5,v 1.3 1998/09/27 16:57:50 aaron Exp $ .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. .\" --- 1,5 ---- ! .\" $OpenBSD: ranlib.5,v 1.4 2000/03/10 20:17:50 aaron Exp $ ! .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. .\" *************** *** 54,62 **** function prepends a new file to the archive which has three separate parts. The first part is a standard archive header, which has a special name ! field, "__.SYMDEF". .Pp ! The second part is a ``long'' followed by a list of ranlib structures. The long is the size, in bytes, of the list of ranlib structures. Each of the ranlib structures consists of a zero based offset into the next section (a string table of symbols) and an offset from the beginning --- 55,66 ---- function prepends a new file to the archive which has three separate parts. The first part is a standard archive header, which has a special name ! field, ! .Dq __.SYMDEF . .Pp ! The second part is a ! .Li long ! followed by a list of ranlib structures. The long is the size, in bytes, of the list of ranlib structures. Each of the ranlib structures consists of a zero based offset into the next section (a string table of symbols) and an offset from the beginning *************** *** 64,70 **** The actual number of ranlib structures is this number divided by the size of an individual ranlib structure. .Pp ! The third part is a ``long'' followed by a string table. The long is the size, in bytes of the string table. .Sh SEE ALSO .Xr ar 1 , --- 68,76 ---- The actual number of ranlib structures is this number divided by the size of an individual ranlib structure. .Pp ! The third part is a ! .Li long ! followed by a string table. The long is the size, in bytes of the string table. .Sh SEE ALSO .Xr ar 1 ,