summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorcoral@eekeek.org <coral@eekeek.org>2001-12-28 14:58:22 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-29 15:35:00 +0000
commit7207e29d564e32c8ec2cb43eabae72ff68c02442 (patch)
treebb40d411a530f4479f2f567dd24c156f50cdd657 /util.c
parente0d72a37764501c52aeed41ca710cf763afa8755 (diff)
downloadperl-7207e29d564e32c8ec2cb43eabae72ff68c02442.tar.gz
Pod whitespace cleanup, round 0.
Message-Id: <200112290058.fBT0wMD26750@eekeek.org> p4raw-id: //depot/perl@13930
Diffstat (limited to 'util.c')
-rw-r--r--util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util.c b/util.c
index 9607d46fc4..3012de7e4a 100644
--- a/util.c
+++ b/util.c
@@ -3919,9 +3919,9 @@ Perl_getcwd_sv(pTHX_ register SV *sv)
Returns a pointer to the next character after the parsed
vstring, as well as updating the passed in sv.
- *
+
Function must be called like
-
+
sv = NEWSV(92,5);
s = new_vstring(s,sv);