Date: Fri, 08 Sep 2017 21:57:34 -0700 From: Cy Schubert <Cy.Schubert@komquats.com> To: Gordon Tetlow <gordon@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r323342 - head/usr.sbin/manctl Message-ID: <201709090457.v894vYJ7090075@slippy.cwsent.com> In-Reply-To: Message from Gordon Tetlow <gordon@FreeBSD.org> of "Sat, 09 Sep 2017 03:09:02 -0000." <201709090309.v89392BQ078362@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <Cy.Schubert@cschubert.com> FreeBSD UNIX: <cy@FreeBSD.org> Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709090457.v894vYJ7090075>