diff options
author | Kyle Evans <kevans@FreeBSD.org> | 2021-02-10 15:11:55 +0000 |
---|---|---|
committer | Kyle Evans <kevans@FreeBSD.org> | 2021-02-13 05:16:06 +0000 |
commit | 95138d09d20a539cd483783f8b3d2d7052dfd793 (patch) | |
tree | ce20a61fee529df3c45e8acb588815a055973571 | |
parent | c975494ad76a35d5bfc480f7275c6a1f4927f38e (diff) | |
download | src-95138d09d20a539cd483783f8b3d2d7052dfd793.tar.gz src-95138d09d20a539cd483783f8b3d2d7052dfd793.zip |
Regenerate src.conf(5) after FMTREE default change
-rw-r--r-- | share/man/man5/src.conf.5 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index ea94bac4d2dc..48bd0eb04293 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 February 2, 2021 +.Dd February 13, 2021 .Dt SRC.CONF 5 .Os .Sh NAME @@ -630,9 +630,11 @@ and .It Va WITHOUT_FLOPPY Set to not build or install programs for operating floppy disk driver. -.It Va WITHOUT_FMTREE -Set to not build and install +.It Va WITH_FMTREE +Set to build and install .Pa /usr/sbin/fmtree . +This option is deprecated, and will be gone in +.Fx 14.0 . .It Va WITHOUT_FORMAT_EXTENSIONS Set to not enable .Fl fformat-extensions |