From owner-cvs-src-old@FreeBSD.ORG Sat May 7 10:33:05 2011 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 510A11065753 for ; Sat, 7 May 2011 10:33:05 +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 409848FC08 for ; Sat, 7 May 2011 10:33:05 +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 p47AX5U0076499 for ; Sat, 7 May 2011 10:33:05 GMT (envelope-from kaiw@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p47AX5iv076498 for cvs-src-old@freebsd.org; Sat, 7 May 2011 10:33:05 GMT (envelope-from kaiw@repoman.freebsd.org) Message-Id: <201105071033.p47AX5iv076498@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kaiw@repoman.freebsd.org using -f From: Kai Wang Date: Sat, 7 May 2011 10:32:52 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 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: Sat, 07 May 2011 10:33:05 -0000 kaiw 2011-05-07 10:32:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.bin/ar ar.1 Log: SVN rev 221590 on 2011-05-07 10:32:52Z by kaiw MFC r216716: * 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. Revision Changes Path 1.20.2.7 +75 -31 src/usr.bin/ar/ar.1