diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2020-12-08 14:05:54 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2020-12-08 14:05:54 +0000 |
| commit | d41d5b1fafd5e3786bb942c75a0228a8643869f6 (patch) | |
| tree | 0bd27cc31830a96a6895209ea6886f936c43f880 | |
| parent | b82a9ec5f53e79b3ab5ea8d5a3666961c0a5e050 (diff) | |
Notes
| -rw-r--r-- | share/man/man5/src.conf.5 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index ab78b6dbc7ffb..56715f29d3734 100644 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -1,6 +1,6 @@ .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman. .\" $FreeBSD$ -.Dd November 13, 2020 +.Dd December 8, 2020 .Dt SRC.CONF 5 .Os .Sh NAME @@ -222,8 +222,8 @@ and related programs. .It Va WITHOUT_BSD_CPIO Set to not build the BSD licensed version of cpio based on .Xr libarchive 3 . -.It Va WITH_BSD_GREP -Install BSD-licensed grep as '[ef]grep' instead of GNU grep. +.It Va WITHOUT_BSD_GREP +Install GNU grep as '[ef]grep' instead of BSD grep. .It Va WITHOUT_BSNMP Set to not build or install .Xr bsnmpd 1 @@ -680,10 +680,6 @@ Set to not build GNU .It Va WITHOUT_GNU_GREP Set to not build GNU .Xr grep 1 . -.It Va WITH_GNU_GREP_COMPAT -Set this option to include GNU extensions in -.Xr bsdgrep 1 -by linking against libgnuregex. .It Va WITHOUT_GOOGLETEST Set to neither build nor install .Lb libgmock , |
