summaryrefslogtreecommitdiff
path: root/usr.bin/m4
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-03-23 10:52:24 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-03-23 10:52:24 +0000
commit686a7ab3c419870c5c715b156b220285a4355e16 (patch)
tree99ec5a52672731ccc45f18d606a089acf2334529 /usr.bin/m4
parent05214e4da75c8efa27b0161ddaa7fd5e491a56cc (diff)
kill whitespace at eol;
Diffstat (limited to 'usr.bin/m4')
-rw-r--r--usr.bin/m4/m4.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1
index 60c9440afce..274b20c2240 100644
--- a/usr.bin/m4/m4.1
+++ b/usr.bin/m4/m4.1
@@ -1,4 +1,4 @@
-.\" @(#) $OpenBSD: m4.1,v 1.44 2006/03/20 20:27:45 espie Exp $
+.\" @(#) $OpenBSD: m4.1,v 1.45 2006/03/23 10:52:23 jmc Exp $
.\"
.\" Copyright (c) 1989, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -252,14 +252,14 @@ specifies the minimum number of digits in the result.
This is an alias for
.Ic eval .
.It Fn format formatstring arg1 ...
-Returns
-.Fa formatstring
+Returns
+.Fa formatstring
with escape sequences substituted with
.Fa arg1
and following arguments, in a way similar to
.Xr printf 3 .
-This built-in is only available in GNU-m4 compatibility mode, and the
-left-padding flag, an optional field width and the %s data type
+This built-in is only available in GNU-m4 compatibility mode, and the
+left-padding flag, an optional field width and the %s data type
are the only supported parameters.
.It Fn ifdef name yes no
If the macro named by the first argument is defined then return the second