projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8177729
)
typo
author
Gurusamy Sarathy
<gsar@cpan.org>
Fri, 8 Oct 1999 00:58:19 +0000
(
00:58
+0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Fri, 8 Oct 1999 00:58:19 +0000
(
00:58
+0000)
p4raw-id: //depot/perl@4311
pp_sys.c
patch
|
blob
|
history
diff --git
a/pp_sys.c
b/pp_sys.c
index
12b3ef9
..
ce08d49
100644
(file)
--- a/
pp_sys.c
+++ b/
pp_sys.c
@@
-3808,7
+3808,7
@@
PP(pp_setpgrp)
SETi( BSD_SETPGRP(pid, pgrp) >= 0 );
#else
if ((pgrp != 0 && pgrp != getpid()) || (pid != 0 && pid != getpid()))
- DIE(aTHX_ "setpgrp can't take a
n argument
");
+ DIE(aTHX_ "setpgrp can't take a
rguments
");
SETi( setpgrp() >= 0 );
#endif /* USE_BSDPGRP */
RETURN;