Deleted Added
full compact
ar.1 (210641) ar.1 (213643)
1.\" Copyright (c) 2007 Joseph Koshy. All rights reserved.
2.\"
3.\" Redistribution and use in source and binary forms, with or without
4.\" modification, are permitted provided that the following conditions
5.\" are met:
6.\" 1. Redistributions of source code must retain the above copyright
7.\" notice, this list of conditions and the following disclaimer.
8.\" 2. Redistributions in binary form must reproduce the above copyright

--- 7 unchanged lines hidden (view full) ---

16.\" for any direct, indirect, incidental, special, exemplary, or consequential
17.\" damages (including, but not limited to, procurement of substitute goods
18.\" or services; loss of use, data, or profits; or business interruption)
19.\" however caused and on any theory of liability, whether in contract, strict
20.\" liability, or tort (including negligence or otherwise) arising in any way
21.\" out of the use of this software, even if advised of the possibility of
22.\" such damage.
23.\"
1.\" Copyright (c) 2007 Joseph Koshy. All rights reserved.
2.\"
3.\" Redistribution and use in source and binary forms, with or without
4.\" modification, are permitted provided that the following conditions
5.\" are met:
6.\" 1. Redistributions of source code must retain the above copyright
7.\" notice, this list of conditions and the following disclaimer.
8.\" 2. Redistributions in binary form must reproduce the above copyright

--- 7 unchanged lines hidden (view full) ---

16.\" for any direct, indirect, incidental, special, exemplary, or consequential
17.\" damages (including, but not limited to, procurement of substitute goods
18.\" or services; loss of use, data, or profits; or business interruption)
19.\" however caused and on any theory of liability, whether in contract, strict
20.\" liability, or tort (including negligence or otherwise) arising in any way
21.\" out of the use of this software, even if advised of the possibility of
22.\" such damage.
23.\"
24.\" $FreeBSD: head/usr.bin/ar/ar.1 210641 2010-07-30 11:58:18Z uqs $
24.\" $FreeBSD: head/usr.bin/ar/ar.1 213643 2010-10-09 05:31:08Z kientzle $
25.\"
26.Dd May 17, 2010
27.Dt AR 1
28.Os
29.Sh NAME
30.Nm ar ,
31.Nm ranlib
32.Nd manage archives

--- 24 unchanged lines hidden (view full) ---

57.Ar archive
58.Op Ar files ...
59.Nm
60.Fl r
61.Op Fl T
62.Op Fl a Ar position-after
63.Op Fl b Ar position-before
64.Op Fl c
25.\"
26.Dd May 17, 2010
27.Dt AR 1
28.Os
29.Sh NAME
30.Nm ar ,
31.Nm ranlib
32.Nd manage archives

--- 24 unchanged lines hidden (view full) ---

57.Ar archive
58.Op Ar files ...
59.Nm
60.Fl r
61.Op Fl T
62.Op Fl a Ar position-after
63.Op Fl b Ar position-before
64.Op Fl c
65.Op Fl D
65.Op Fl i Ar position-before
66.Op Fl j
67.Op Fl s
68.Op Fl u
69.Op Fl v
70.Op Fl z
71.Ar archive
72.Ar files ...

--- 101 unchanged lines hidden (view full) ---

174in the file system.
175.It Fl d
176Delete the members named by arguments
177.Ar files ...
178from the archive specified by argument
179.Ar archive .
180The archive's symbol table, if present, is updated to reflect
181the new contents of the archive.
66.Op Fl i Ar position-before
67.Op Fl j
68.Op Fl s
69.Op Fl u
70.Op Fl v
71.Op Fl z
72.Ar archive
73.Ar files ...

--- 101 unchanged lines hidden (view full) ---

175in the file system.
176.It Fl d
177Delete the members named by arguments
178.Ar files ...
179from the archive specified by argument
180.Ar archive .
181The archive's symbol table, if present, is updated to reflect
182the new contents of the archive.
183.It Fl D
184When used in combination with the
185.Fl r
186or
187.Fl q
188option, insert 0's instead of the real mtime, uid and gid values
189and 0644 instead of file mode from the members named by arguments
190.Ar files ... .
191This ensures that checksums on the resulting archives are reproducible
192when member contents are identical.
182.It Fl f
183Synonymous with option
184.Fl T .
185.It Fl i Ar member-before
186Synonymous with option
187.Fl b .
188.It Fl j
189This option is accepted but ignored.

--- 215 unchanged lines hidden ---
193.It Fl f
194Synonymous with option
195.Fl T .
196.It Fl i Ar member-before
197Synonymous with option
198.Fl b .
199.It Fl j
200This option is accepted but ignored.

--- 215 unchanged lines hidden ---