From owner-svn-src-head@freebsd.org Sat Sep 9 04:57:39 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2666E02384; Sat, 9 Sep 2017 04:57:39 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 98DB07ED1B; Sat, 9 Sep 2017 04:57:39 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id qXpnd8lVf8LPZqXpodZ1H8; Fri, 08 Sep 2017 22:57:37 -0600 X-Authority-Analysis: v=2.2 cv=e552ceh/ c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=kj9zAlcOel0A:10 a=2JCJgTwv5E4A:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=axOHCFhrkk2_j_tWfR8A:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id EDECEE3E; Fri, 8 Sep 2017 21:57:34 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id v894vYJ7090075; Fri, 8 Sep 2017 21:57:34 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201709090457.v894vYJ7090075@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Gordon Tetlow cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r323342 - head/usr.sbin/manctl In-Reply-To: Message from Gordon Tetlow of "Sat, 09 Sep 2017 03:09:02 -0000." <201709090309.v89392BQ078362@repo.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 08 Sep 2017 21:57:34 -0700 X-CMAE-Envelope: MS4wfDZJH+X16aBbhSjEG9qLHvRxtgrHgjtpOWQqi9sYq8T4L9lHYu6fOsOKix21tHtjcPy12aVJjLAk9bsOe8vOsFF+bqsDxcL+Ud8Jcw9vl3h63zgaZJtB vX+9h863EV1qH5mAHcw49BYJbpPK9l04/gJIk8s9qK7SFehFjP5nUpTQBA2yZn04V5iOuFc3rOONMLHV9M0e2eKKAIZ5qRehgTQ45eGmvSkJ4KM7LS9cRWB6 5gX7vQ8OjuHDZ8YVzTa4GqE/mnonnnbIMyAsKwBgRlYXVKM19L5ZwPJ2Bmjr6f97 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2017 04:57:40 -0000 In message <201709090309.v89392BQ078362@repo.freebsd.org>, Gordon Tetlow writes : > Author: gordon > Date: Sat Sep 9 03:09:02 2017 > New Revision: 323342 > URL: https://svnweb.freebsd.org/changeset/base/323342 > > Log: > The purge option hasn't been implemented since 1994 when we imported this > code. I think it is safe to say it's not going to be. I'm also working to > de-orbit catman, so remove the reference in the manpage. > > Reviewed by: allanjude > > Modified: > head/usr.sbin/manctl/manctl.8 > head/usr.sbin/manctl/manctl.sh > > Modified: head/usr.sbin/manctl/manctl.8 > ============================================================================= > = > --- head/usr.sbin/manctl/manctl.8 Sat Sep 9 02:28:21 2017 (r32334 > 1) > +++ head/usr.sbin/manctl/manctl.8 Sat Sep 9 03:09:02 2017 (r32334 > 2) > @@ -33,7 +33,6 @@ > .Nm > .Op Fl compress > .Op Fl uncompress > -.Op Fl purge > .Op Fl help > .Ar path ... > .Sh DESCRIPTION > @@ -50,9 +49,6 @@ Print options and exit. > Compress uncompressed man pages (eliminating .so's). > .It Fl uncompress > Uncompress compressed man pages. > -.It Fl purge > -Purge old formatted man pages (not implemented yet). > .El > .Sh SEE ALSO > -.Xr catman 1 , > .Xr man 1 Don't forget this... Index: manctl.8 =================================================================== --- manctl.8 (revision 323342) +++ manctl.8 (working copy) @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD$ -.Dd January 1, 1996 +.Dd September 8, 2017 .Dt MANCTL 8 .Os .Sh NAME -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.