diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-07 19:21:39 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-07 19:21:39 +0000 |
commit | ef0ae776e5592ecf51fbe1925e8b4ab6c2e7d472 (patch) | |
tree | 87ab1311bf4a4c3fb373930106e6defe43a9ea9f /utils/h2ph.PL | |
parent | 9efe82d34dae3adda0deaa8320ba06f06d46ac83 (diff) | |
download | perl-ef0ae776e5592ecf51fbe1925e8b4ab6c2e7d472.tar.gz |
h2ph: One more usage example.
p4raw-id: //depot/perl@17067
Diffstat (limited to 'utils/h2ph.PL')
-rw-r--r-- | utils/h2ph.PL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/h2ph.PL b/utils/h2ph.PL index 82dc761633..6bd41e994a 100644 --- a/utils/h2ph.PL +++ b/utils/h2ph.PL @@ -679,6 +679,10 @@ It is most easily run while in /usr/include: or + cd /usr/include; h2ph * sys/* arpa/* netinet/* + +or + cd /usr/include; h2ph -r -l . The output files are placed in the hierarchy rooted at Perl's |