diff options
author | 2017-07-12 22:52:54 +0000 | |
---|---|---|
committer | 2017-07-12 22:52:54 +0000 | |
commit | 72ac244368f898c1dfb2b99f9810f2057ef70478 (patch) | |
tree | 03cad73dc697b58f208280b31791d8a1c00c56d3 | |
parent | Add a "Backlight" property to connectors with an associated backlight (diff) | |
download | wireguard-openbsd-72ac244368f898c1dfb2b99f9810f2057ef70478.tar.xz wireguard-openbsd-72ac244368f898c1dfb2b99f9810f2057ef70478.zip |
consistently use "User settings" instead of a mixture of this and a
couple of "User-settings" in bsd.port.mk(5). ok espie@
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index f62514cd160..d0b7f480561 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.464 2017/06/28 10:34:10 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.465 2017/07/12 22:52:54 sthen Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 28 2017 $ +.Dd $Mdocdate: July 12 2017 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -842,7 +842,7 @@ See .El .Sh VARIABLES Note that some variables are marked as -.Sq User-settings , +.Sq User settings , which means that individual ports should not modify them, and that some variables are marked as .Sq read-only , @@ -952,7 +952,7 @@ Defaults to See .Ev SYSCONFDIR . .It Ev BATCH -User-settings. +User settings. Set to .Sq Yes to avoid ports that require user-interaction. @@ -2499,7 +2499,7 @@ Mostly used by which already installs everything before running .Cm prepare . .It Ev PROGRESS_METER -User-settings. +User settings. Defaults to .Sq Yes . Forces commands like |