diff options
author | Larry W. Virden <lvirden@cas.org> | 2000-03-24 09:25:37 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-16 13:12:31 +0000 |
commit | a75f7dbac5480429a0017ae24789cb5342040024 (patch) | |
tree | 49e2f958ec7fc0e1b1f1e00d06efa0a206de3ed1 /README.hpux | |
parent | f93f4e4670f12de7577ebaebeb5e31d4510ff4fe (diff) | |
download | perl-a75f7dbac5480429a0017ae24789cb5342040024.tar.gz |
[ID 20000324.040] minor fix to perlhpux.pod
Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
p4raw-id: //depot/perl@6649
Diffstat (limited to 'README.hpux')
-rw-r--r-- | README.hpux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.hpux b/README.hpux index 47d1afc5cc..e12c60d352 100644 --- a/README.hpux +++ b/README.hpux @@ -124,7 +124,7 @@ If these dependent libraries are not listed at shared library creation time, you will get fatal "Unresolved symbol" errors at run time when the library is loaded. -You may create a shared library that referers to another library, which +You may create a shared library that refers to another library, which may be either an archive library or a shared library. If this second library is a shared library, this is called a "dependent library". The dependent library's name is recorded in the main shared library, but it |