diff options
Diffstat (limited to 'usr.bin/m4/m4.1')
-rw-r--r-- | usr.bin/m4/m4.1 | 10 |
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 |