diff options
author | Darren/Torin/Who Ever <torin@daft.com> | 1997-05-08 21:58:06 +1200 |
---|---|---|
committer | Tim Bunce <Tim.Bunce@ig.co.uk> | 1997-06-11 12:00:00 +1200 |
commit | 1f8d2005982035a50557598064a5e9b1eef2b182 (patch) | |
tree | cfe1ed75e280615110998c64089cb81e3c66a3c0 | |
parent | a8aaa22cf27ba31be005a4b638b78d4105203ee9 (diff) | |
download | perl-1f8d2005982035a50557598064a5e9b1eef2b182.tar.gz |
5.004 POD stuff
Caught a small typo in perldiag.pod; patch below.
p5p-msgid: 9705191839.AA28702@lemming.engeast
Signed-off-by: "Paul D. Smith" <psmith@BayNetworks.COM>
Signed-off-by: Gurusamy Sarathy <gsar@engin.umich.edu>
Signed-off-by: Jarkko Hietaniemi <jhi@iki.fi>
Signed-off-by: Michael R Cook <mcook@cognex.com>
Signed-off-by: Jim Avera <avera@hal.com>
Signed-off-by: Larry W. Virden <lvirden@cas.org>
-rw-r--r-- | pod/perldiag.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index ea33f50f9f..9b37d0f7d0 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2120,7 +2120,7 @@ think so. =item setruid() not implemented -(F) You tried to assign to C<$<lt>>, and your operating system doesn't support +(F) You tried to assign to C<$E<lt>>, and your operating system doesn't support the setruid() system call (or equivalent), or at least Configure didn't think so. |