svn commit: r322104 - stable/11/share/mk
Ngie Cooper
ngie at FreeBSD.org
Sat Aug 5 17:01:59 UTC 2017
Author: ngie
Date: Sat Aug 5 17:01:58 2017
New Revision: 322104
URL: https://svnweb.freebsd.org/changeset/base/322104
Log:
MFC r321951:
Some minor doc fixups
- Tweak a sentence by placing the modifier before an adjective to make it flow
better.
- Fix a typo.
Modified:
stable/11/share/mk/bsd.opts.mk
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/share/mk/bsd.opts.mk
==============================================================================
--- stable/11/share/mk/bsd.opts.mk Sat Aug 5 17:01:00 2017 (r322103)
+++ stable/11/share/mk/bsd.opts.mk Sat Aug 5 17:01:58 2017 (r322104)
@@ -4,7 +4,7 @@
#
# Users define WITH_FOO and WITHOUT_FOO on the command line or in /etc/src.conf
# and /etc/make.conf files. These translate in the build system to MK_FOO={yes,no}
-# with sensible (usually) defaults.
+# with (usually) sensible defaults.
#
# Makefiles must include bsd.opts.mk after defining specific MK_FOO options that
# are applicable for that Makefile (typically there are none, but sometimes there
@@ -41,7 +41,7 @@ __<bsd.opts.mk>__:
#
# Only these options are used by bsd.*.mk. KERBEROS and OPENSSH are
-# unforutnately needed to support statically linking the entire
+# unfortunately needed to support statically linking the entire
# tree. su(1) wouldn't link since it depends on PAM which depends on
# ssh libraries when building with OPENSSH, and likewise for KERBEROS.
More information about the svn-src-stable-11
mailing list