From owner-cvs-src-old@FreeBSD.ORG Wed Jul 7 17:44:29 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 22FCB106566C for ; Wed, 7 Jul 2010 17:44:29 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 10C788FC1A for ; Wed, 7 Jul 2010 17:44:29 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o67HiSL9029149 for ; Wed, 7 Jul 2010 17:44:28 GMT (envelope-from bcr@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o67HiSwH029148 for cvs-src-old@freebsd.org; Wed, 7 Jul 2010 17:44:28 GMT (envelope-from bcr@repoman.freebsd.org) Message-Id: <201007071744.o67HiSwH029148@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bcr@repoman.freebsd.org using -f From: Benedict Reuschling Date: Wed, 7 Jul 2010 17:44:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/getopt getopt.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: Wed, 07 Jul 2010 17:44:29 -0000 bcr 2010-07-07 17:44:09 UTC FreeBSD src repository Modified files: usr.bin/getopt getopt.1 Log: SVN rev 209772 on 2010-07-07 17:44:09Z by bcr Fix an error in the EXAMPLES section of getopt(1), which is based on the same fix present in NetBSD. Note: the getopt man page contains more antique information like this. An overhaul of the man page and/or sync with NetBSD would be the right thing to do. But since this is out of the scope of the PR, I'll leave it as it is for now. PR: docs/133118 Submitted by: Oleg A. Mamontov (oleg at mamontov dot net) Discussed with: jilles@ MFC after: 2 weeks Revision Changes Path 1.24 +3 -3 src/usr.bin/getopt/getopt.1