diff options
author | Omar Polo <op@cvs.openbsd.org> | 2023-09-16 08:01:32 +0000 |
---|---|---|
committer | Omar Polo <op@cvs.openbsd.org> | 2023-09-16 08:01:32 +0000 |
commit | 62de1fb045d81251d97d3c7c961545f44cc3a2fb (patch) | |
tree | ef078044e956a3f2e74942a11a11493bb6fb5d93 /share/man | |
parent | 0d0ea874d8b092341c44d8dfaa8fe25bf5e47426 (diff) |
remove empty line in PORTHOME description
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 49a436fd924..85925be829a 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.629 2023/09/16 07:59:44 op Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.630 2023/09/16 08:01:31 op Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -2774,7 +2774,6 @@ for most shell invocations. Default will trip ports that try to write into $HOME while building: non-existent .Pa /${PKGPATH}_writes_to_HOME/ . - .It Ev PORTPATH Path used by most shell invocations. Don't override unless really needed. |