diff options
author | 2015-01-13 07:03:23 +0000 | |
---|---|---|
committer | 2015-01-13 07:03:23 +0000 | |
commit | 17f2c9ce5f2d2ff444321cf37046c7108476a6f3 (patch) | |
tree | 0ef38da28c864167ba39bdb55ada6bddaffc04f0 /share/man/man5 | |
parent | An article on medium.com highlighted that grep (diff) | |
download | wireguard-openbsd-17f2c9ce5f2d2ff444321cf37046c7108476a6f3.tar.xz wireguard-openbsd-17f2c9ce5f2d2ff444321cf37046c7108476a6f3.zip |
escape "No" when it's not intended as a macro, and zap
trailing whitespace;
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/port-modules.5 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 7e694b76d5a..8204b9f0208 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.184 2015/01/12 20:56:20 zhuk Exp $ +.\" $OpenBSD: port-modules.5,v 1.185 2015/01/13 07:03:23 jmc Exp $ .\" .\" Copyright (c) 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: January 12 2015 $ +.Dd $Mdocdate: January 13 2015 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -458,7 +458,7 @@ Any local user will be able to connect without password. .Pp If the .Ev MODPOSTGRESQL_TEST_DBNAME -variable is set, the database with such name will be set up before +variable is set, the database with such name will be set up before running actual test command. Otherwise (default), the test is responsible to call .Xr initdb 1 @@ -1437,7 +1437,7 @@ and .Ev SUBST_VARS variables. Defaults to -.Sq No . +.Sq \&No . .It Ev MODKDE4_INCLUDE_DIR Path where KDE4 headers to be placed/searched for, relative to .Ev PREFIX . @@ -1494,7 +1494,7 @@ to will be created. Used to distinguish libraries from different KDE versions (3, 4...). Defaults to -.Sq No . +.Sq \&No . .It KDE4_ONLY If set to .Sq Yes , @@ -1503,7 +1503,7 @@ sets the tag to .Sq kde4 . Defaults to -.Sq No +.Sq \&No when .Ev MODKDE4_USE is empty, and to |