diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-10-17 05:44:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-10-17 05:44:39 +0000 |
commit | 7ec0aa226a35580768a20f55125225812b00b454 (patch) | |
tree | 4ab931420ec484cf7c6f55b42d624fb5814885d4 | |
parent | 35fa376c371aff9f09d3eff46b526412a2af98a8 (diff) |
escape the word "No" as this is also a macro;
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 964383da27e..51c0ed2f1e2 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.496 2018/10/16 14:05:10 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.497 2018/10/17 05:44:38 jmc 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: October 16 2018 $ +.Dd $Mdocdate: October 17 2018 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1687,7 +1687,7 @@ Behaves like if some distribution files are missing. .It Ev FETCH_PACKAGES User settings, defaults to -.Sq No . +.Sq \&No . Set to .Xr pkg_add 1 options. |