From owner-cvs-src-old@FreeBSD.ORG Sun Dec 26 18:10:52 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4735106564A for ; Sun, 26 Dec 2010 18:10:52 +0000 (UTC) (envelope-from kaiw@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 790398FC12 for ; Sun, 26 Dec 2010 18:10:52 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oBQIAqeU042740 for ; Sun, 26 Dec 2010 18:10:52 GMT (envelope-from kaiw@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oBQIAqM5042739 for cvs-src-old@freebsd.org; Sun, 26 Dec 2010 18:10:52 GMT (envelope-from kaiw@repoman.freebsd.org) Message-Id: <201012261810.oBQIAqM5042739@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kaiw@repoman.freebsd.org using -f From: Kai Wang Date: Sun, 26 Dec 2010 18:10:39 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/ar ar.1 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2010 18:10:52 -0000 kaiw 2010-12-26 18:10:39 UTC FreeBSD src repository Modified files: usr.bin/ar ar.1 Log: SVN rev 216716 on 2010-12-26 18:10:39Z by kaiw * Add mention of the `-f`, `-q`, `-S`, and `-V` options in the synopsis section. * Document the `-l`, `-M` and `-S` options. * Improve the text describing the behavior of the `-r` option. * Start a section on standard compliance. * Indicate in the synopsis that the `-S` and `-s` options are mutually exclusive. Obtained from: elftoolchain Revision Changes Path 1.26 +75 -31 src/usr.bin/ar/ar.1