diff options
author | Hugo van der Sanden <hv@crypt.org> | 2002-07-18 00:36:20 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-07-17 21:51:10 +0000 |
commit | a472f20992c59c78d978c548ff03c69e1ea7dffe (patch) | |
tree | 9858ec50b6f62f51b40be8a5a10c114a59ce0433 /sv.c | |
parent | c6261f3b8f19d9323284da1161283a11e2d7d63a (diff) | |
download | perl-a472f20992c59c78d978c548ff03c69e1ea7dffe.tar.gz |
Re: sprintf: fix and docs
Message-Id: <200207172236.g6HMaKU16388@crypt.compulink.co.uk>
p4raw-id: //depot/perl@17614
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7777,7 +7777,7 @@ Perl_sv_vcatpvfn(pTHX_ SV *sv, const char *pat, STRLEN patlen, va_list *args, SV We allow format specification elements in this order: \d+\$ explicit format parameter index [-+ 0#]+ flags - v|*(\d+\$)?v vector with optional (optionally specified) arg + v|\*(\d+\$)?v vector with optional (optionally specified) arg \d+|\*(\d+\$)? width using optional (optionally specified) arg \.(\d*|\*(\d+\$)?) precision using optional (optionally specified) arg [hlqLV] size |