Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Feb 2019 22:35:14 +0000 (UTC)
From:      Enji Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r344311 - projects/import-googletest-1.8.1/contrib/mandoc
Message-ID:  <201902192235.x1JMZE1O049135@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Tue Feb 19 22:35:14 2019
New Revision: 344311
URL: https://svnweb.freebsd.org/changeset/base/344311

Log:
  Add .Lb references for gmock/gtest
  
  These will be used in src.conf(5) changes--coming up next.

Modified:
  projects/import-googletest-1.8.1/contrib/mandoc/lib.in

Modified: projects/import-googletest-1.8.1/contrib/mandoc/lib.in
==============================================================================
--- projects/import-googletest-1.8.1/contrib/mandoc/lib.in	Tue Feb 19 22:19:31 2019	(r344310)
+++ projects/import-googletest-1.8.1/contrib/mandoc/lib.in	Tue Feb 19 22:35:14 2019	(r344311)
@@ -62,7 +62,9 @@ LINE("libfsid",		"Filesystem Identification Library (l
 LINE("libftpio",	"FTP Connection Management Library (libftpio, \\-lftpio)")
 LINE("libform",		"Curses Form Library (libform, \\-lform)")
 LINE("libgeom",		"Userland API Library for Kernel GEOM subsystem (libgeom, \\-lgeom)")
+LINE("libgmock",	"GoogleMock library (libgmock, \\-lgmock)")
 LINE("libgpio",		"General-Purpose Input Output (GPIO) library (libgpio, \\-lgpio)")
+LINE("libgtest",	"GoogleTest library (libgtest, \\-lgtest)")
 LINE("libhammer",	"HAMMER Filesystem Userland Library (libhammer, \\-lhammer)")
 LINE("libi386",		"i386 Architecture Library (libi386, \\-li386)")
 LINE("libintl",		"Internationalized Message Handling Library (libintl, \\-lintl)")



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902192235.x1JMZE1O049135>