diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-10 09:12:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-10 09:12:14 +0000 |
commit | 954f7917cd61e2c4e87fa97f77b5d16372fced8d (patch) | |
tree | 871a313e9494c2e181e8b7547436ca52ed2b21b5 /usr.bin/ar/ar.5 | |
parent | 7da7265de4dc122cf4762c2707b245904c8acdd7 (diff) |
- section reorder
- COMPATIBILITY merge
- macro cleanup
- kill whitespace at EOL
- new sentence, new line
ssh pages ok markus@
Diffstat (limited to 'usr.bin/ar/ar.5')
-rw-r--r-- | usr.bin/ar/ar.5 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/ar/ar.5 b/usr.bin/ar/ar.5 index 14d9ba34d82..a8e3b7cfb45 100644 --- a/usr.bin/ar/ar.5 +++ b/usr.bin/ar/ar.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ar.5,v 1.6 2003/06/03 02:56:05 millert Exp $ +.\" $OpenBSD: ar.5,v 1.7 2003/06/10 09:12:09 jmc Exp $ .\" $NetBSD: ar.5,v 1.2 1995/03/25 06:39:38 glass Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -104,6 +104,11 @@ character, although the size in the header does not reflect this. .Sh SEE ALSO .Xr ar 1 , .Xr stat 2 +.Sh STANDARDS +No archive format is currently specified by any standard. +.At V +has historically distributed archives in a different format from +all of the above. .Sh HISTORY There have been at least four .Nm ar @@ -138,8 +143,3 @@ It has been extended for these reasons, as described above. This format first appeared in .Bx 4.4 . -.Sh COMPATIBILITY -No archive format is currently specified by any standard. -.At V -has historically distributed archives in a different format from -all of the above. |