aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-06-03 15:15:44 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-06-03 15:15:44 +1200
commit944982a3c2bc00cbcbf5a28057bcbe0e048d49bd (patch)
tree0c69c17c91ad1e11ab4534eea4054692000c798e /man
parentAdd some sample tests for mi5(1df) (diff)
downloaddotfiles-944982a3c2bc00cbcbf5a28057bcbe0e048d49bd.tar.gz
dotfiles-944982a3c2bc00cbcbf5a28057bcbe0e048d49bd.zip
Add missing paren
Diffstat (limited to 'man')
-rw-r--r--man/man1/mi5.1df2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man1/mi5.1df b/man/man1/mi5.1df
index 8c9c1c5c..ca28e75b 100644
--- a/man/man1/mi5.1df
+++ b/man/man1/mi5.1df
@@ -36,7 +36,7 @@ Macros can be expanded as blocks:
<%
define(`FOO', `bar')
- define(`BAZ', include(`include/quux.inc')
+ define(`BAZ', include(`include/quux.inc'))
%>
.P