From: Eric Melville Date: Mon, 7 Oct 2002 02:58:34 +0000 (+0000) Subject: [perl #17773] errors in c2ph(1) man page X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5d0b5eb0d84b46759ea760215f127e4722154ba8;p=p5sagit%2Fp5-mst-13.2.git [perl #17773] errors in c2ph(1) man page From: Eric Melville (via RT) Message-Id: p4raw-id: //depot/perl@18007 --- diff --git a/utils/c2ph.PL b/utils/c2ph.PL index d676218..655ae29 100644 --- a/utils/c2ph.PL +++ b/utils/c2ph.PL @@ -184,9 +184,9 @@ declarations at least, but that's quite a bit. Prior to this point, anyone programming in perl who wanted to interact with C programs, like the kernel, was forced to guess the layouts of -the C strutures, and then hardwire these into his program. Of course, +the C structures, and then hardwire these into his program. Of course, when you took your wonderfully crafted program to a system where the -sgtty structure was laid out differently, you program broke. Which is +sgtty structure was laid out differently, your program broke. Which is a shame. We've had Larry's h2ph translator, which helped, but that only works on