From: Larry W. Virden Date: Thu, 1 May 1997 11:14:31 +0000 (-0400) Subject: typo fixes to installhtml X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=de0d1a7847c16bea152243fdffd9a1bc0e6d8f8a;p=p5sagit%2Fp5-mst-13.2.git typo fixes to installhtml I noticed a few typos in this file so here's a fix. It's from a strictly vanilla install. p5p-msgid: 199705011114.HAA26968@cas.org --- diff --git a/installhtml b/installhtml index a33dec3..84cabee 100755 --- a/installhtml +++ b/installhtml @@ -34,7 +34,7 @@ Displays the usage. =item B<--podpath> POD search path -The list of diretories to search for .pod and .pm files to be converted. +The list of directories to search for .pod and .pm files to be converted. Default is `podroot/.'. =item B<--podroot> POD search path base directory @@ -59,19 +59,19 @@ too. Default is to not recurse. =item B<--splithead> POD files to split on =head directive -Colon-seperated list of pod files to split by the =head directive. These +Colon-separated list of pod files to split by the =head directive. These files should have names specified relative to podroot. =item B<--splititem> POD files to split on =item directive -Colon-seperated list of all pod files to split by the =item directive. +Colon-separated list of all pod files to split by the =item directive. I does not do the actual split, rather it invokes I to do the dirty work. As with --splithead, these files should have names specified relative to podroot. =item B<--libpods> library PODs for LEE links -Colon-seperated list of "library" pod files. This is the same list that +Colon-separated list of "library" pod files. This is the same list that will be passed to pod2html when any pod is converted. =item B<--verbose> verbose output @@ -125,7 +125,7 @@ Usage: $0 --help --podpath=:...: --podroot= (default behavior). --recurse - recurse on those subdirectories listed in podpath --splithead - comma-separated list of .pod or .pm files to split. will - split each file into several smaller files at every occurance + split each file into several smaller files at every occurrence of a pod =head[1-6] directive. --splititem - comma-separated list of .pod or .pm files to split using splitpod.