diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-17 02:16:09 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-17 02:16:09 +0000 |
commit | c96ff29dabb72e2eb8059384b9296641f66c02ef (patch) | |
tree | 4abf65e7451c9b280fa896a7542dc29321b1926a /www/w3-4 | |
parent | Upgrade to v2.3 (diff) |
Add a tab to align info dir entry with others. Also, capitalize first
letter.
Notes
Notes:
svn path=/head/; revision=6971
Diffstat (limited to 'www/w3-4')
-rw-r--r-- | www/w3-4/files/INSTALL.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/w3-4/files/INSTALL.tmpl b/www/w3-4/files/INSTALL.tmpl index 29a0802fec7c..7ffbe18093fd 100644 --- a/www/w3-4/files/INSTALL.tmpl +++ b/www/w3-4/files/INSTALL.tmpl @@ -25,7 +25,7 @@ if [ "X$2" = X"POST-INSTALL" ]; then echo "INFO-DIR-SECTION ${dirsection}" \ >> ${infodir}/${infofile} echo "START-INFO-DIR-ENTRY" >> ${infodir}/${infofile} - echo "* w3: (`basename ${infofile} .info`). WWW browser." \ + echo "* W3: (`basename ${infofile} .info`). WWW browser." \ >> ${infodir}/${infofile} echo "END-INFO-DIR-ENTRY" >> ${infodir}/${infofile} fi |