Date: Tue, 14 Jul 2020 12:02:31 +0000 (UTC) From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r363178 - head/contrib/mandoc Message-ID: <202007141202.06EC2VTA080844@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gbe (doc committer) Date: Tue Jul 14 12:02:30 2020 New Revision: 363178 URL: https://svnweb.freebsd.org/changeset/base/363178 Log: Revert r362809: Mention FreeBSD in the HISTORY sections of apropos(1) and makewhatis(8). We don't mention the first appearance of a utility in FreeBSD, when it first appeared in a BSD version that predates FreeBSD. PR: 223520, 223521 Reported by: rgrimes, imp Reviewed by: bcr (mentor) Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D25521 Modified: head/contrib/mandoc/apropos.1 head/contrib/mandoc/makewhatis.8 Modified: head/contrib/mandoc/apropos.1 ============================================================================== --- head/contrib/mandoc/apropos.1 Tue Jul 14 10:55:19 2020 (r363177) +++ head/contrib/mandoc/apropos.1 Tue Jul 14 12:02:30 2020 (r363178) @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 30 2020 $ +.Dd $Mdocdate: November 22 2018 $ .Dt APROPOS 1 .Os .Sh NAME @@ -493,12 +493,6 @@ The options .Fl acfhIKklOTWw appeared in .Ox 5.7 . -.Pp -The -.Nm -utility was integrated into -.Fx 11.1 -as part of the switch to mandoc. .Sh AUTHORS .An -nosplit .An Bill Joy Modified: head/contrib/mandoc/makewhatis.8 ============================================================================== --- head/contrib/mandoc/makewhatis.8 Tue Jul 14 10:55:19 2020 (r363177) +++ head/contrib/mandoc/makewhatis.8 Tue Jul 14 12:02:30 2020 (r363178) @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 30 2020 $ +.Dd $Mdocdate: May 17 2017 $ .Dt MAKEWHATIS 8 .Os .Sh NAME @@ -211,12 +211,6 @@ and the options .Fl aCDnQT in .Ox 5.6 . -.Pp -The -.Nm -utility was integrated into -.Fx 11.1 -as part of the switch to mandoc. .Sh AUTHORS .An -nosplit .An Bill Joy
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007141202.06EC2VTA080844>