diff options
author | 2005-07-26 19:43:07 +0000 | |
---|---|---|
committer | 2005-07-26 19:43:07 +0000 | |
commit | 7c40cec29f988fc26a2e3ba29bedbded87fd3282 (patch) | |
tree | f5416aa4fbb3e4366cc495896a9b7e52b3d49619 | |
parent | Fix buffer overflows in dhcpd and dhclient. Closes PR#4306. (diff) | |
download | wireguard-openbsd-7c40cec29f988fc26a2e3ba29bedbded87fd3282.tar.xz wireguard-openbsd-7c40cec29f988fc26a2e3ba29bedbded87fd3282.zip |
setup(n.) is one word; set up(v.) is two;
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index fdc743c5735..8342d32b9be 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.161 2005/07/26 16:53:52 fgsch Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.162 2005/07/26 19:43:07 jmc Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -667,7 +667,7 @@ by setting CLEANDEPENDS_${PKGPATH}. Short, one line description of the port, used for the package, and in the INDEX. .It Ev COMMENT-foo -Same as COMMENT but used for sub package foo in a multi-package set up. +Same as COMMENT but used for sub package foo in a multi-package setup. .It Ev COMMENT-vanilla Same as COMMENT but used for a flavored package, if the non-flavored comment is inappropriate. |