=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ar/Attic/ar.1,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/ar/Attic/ar.1 1999/08/27 07:14:00 1.6 --- src/usr.bin/ar/Attic/ar.1 2000/03/04 21:11:59 1.7 *************** *** 1,4 **** ! .\" $OpenBSD: ar.1,v 1.6 1999/08/27 07:14:00 fgsch Exp $ .\" $NetBSD: ar.1,v 1.7 1995/08/18 15:05:11 pk Exp $ .\" .\" Copyright (c) 1990, 1993 --- 1,4 ---- ! .\" $OpenBSD: ar.1,v 1.7 2000/03/04 21:11:59 aaron Exp $ .\" $NetBSD: ar.1,v 1.7 1995/08/18 15:05:11 pk Exp $ .\" .\" Copyright (c) 1990, 1993 *************** *** 90,96 **** Once an archive has been created, new files can be added and existing files can be extracted, deleted, or replaced. .Pp ! Files are named in the archive by a single component, i.e., if a file referenced by a path containing a slash .Pq Ql / is archived it will be --- 90,96 ---- Once an archive has been created, new files can be added and existing files can be extracted, deleted, or replaced. .Pp ! Files are named in the archive by a single component; i.e., if a file referenced by a path containing a slash .Pq Ql / is archived it will be *************** *** 113,118 **** --- 113,119 ---- the loader (see .Xr ld 1 ) although it is not restricted to this purpose. + .Pp The options are as follows: .Bl -tag -width indent .It Fl a *************** *** 155,161 **** Move the specified archive files within the archive. If one of the options .Fl a , ! .Fl b or .Fl i are specified, the files are moved before or after the --- 156,162 ---- Move the specified archive files within the archive. If one of the options .Fl a , ! .Fl b , or .Fl i are specified, the files are moved before or after the *************** *** 187,193 **** within the archive. New files are appended to the archive unless one of the options .Fl a , ! .Fl b or .Fl i is specified. --- 188,194 ---- within the archive. New files are appended to the archive unless one of the options .Fl a , ! .Fl b , or .Fl i is specified. *************** *** 225,239 **** When used with the .Fl d , .Fl m , ! .Fl q or .Fl x options, .Nm gives a file-by-file description of the archive modification. ! This description consists of three, white-space separated fields: the option letter, a dash ! .Pq Ql - and the file name. When used with the .Fl r --- 226,240 ---- When used with the .Fl d , .Fl m , ! .Fl q , or .Fl x options, .Nm gives a file-by-file description of the archive modification. ! This description consists of three, whitespace-separated fields: the option letter, a dash ! .Pq Ql - , and the file name. When used with the .Fl r *************** *** 267,273 **** .Dq ls -l style listing of information about the members of the archive. ! This listing consists of eight, white-space separated fields: the file permissions (see .Xr strmode 3 ), the decimal user and group IDs, separated by a single slash --- 268,274 ---- .Dq ls -l style listing of information about the members of the archive. ! This listing consists of eight, whitespace-separated fields: the file permissions (see .Xr strmode 3 ), the decimal user and group IDs, separated by a single slash *************** *** 309,314 **** --- 310,320 ---- .It Pa ar.XXXXXXXXXX temporary file names .El + .Sh SEE ALSO + .Xr ld 1 , + .Xr ranlib 1 , + .Xr strmode 3 , + .Xr ar 5 .Sh COMPATIBILITY By default, .Nm *************** *** 335,342 **** utility is expected to offer a superset of the .St -p1003.2 functionality. - .Sh SEE ALSO - .Xr ld 1 , - .Xr ranlib 1 , - .Xr strmode 3 , - .Xr ar 5 --- 341,343 ----