X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/141881c887ec609a42b6025503a0082ee59cced0..de2f386bd8f978f415e5e800fcbd3fce8cd8b1cc:/regress/roff/cond/string.in diff --git a/regress/roff/cond/string.in b/regress/roff/cond/string.in index 6d19f4ce..b3bf14b4 100644 --- a/regress/roff/cond/string.in +++ b/regress/roff/cond/string.in @@ -1,4 +1,5 @@ -.TH STRING 1 "June 14, 2017" OpenBSD +.\" $OpenBSD: string.in,v 1.3 2017/07/04 14:53:26 schwarze Exp $ +.TH STRING 1 "June 14, 2017" .SH NAME string \- conditional testing whether a string is defined .SH DESCRIPTION @@ -27,3 +28,7 @@ mymacval .ie d myren now defined .el OOPS .if !d myren OOPS +.PP +standard macro is +.ie d PP defined +.el not defined \(em OOPS