diff options
author | jlam <jlam@pkgsrc.org> | 2005-12-29 15:00:10 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-12-29 15:00:10 +0000 |
commit | e0f1bb63ee35b051b662e57c98b304b7b964f63b (patch) | |
tree | 902eb9bd28e4d1aa4c09328adf4d7706aed63068 | |
parent | 1c16dde6c75dc616be185615ab50aa0c921c920e (diff) | |
download | pkgsrc-e0f1bb63ee35b051b662e57c98b304b7b964f63b.tar.gz |
Correct section title (copy and paste error).
-rw-r--r-- | doc/guide/files/pkginstall.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/pkginstall.xml b/doc/guide/files/pkginstall.xml index f1e97d97172..fc4ae297d35 100644 --- a/doc/guide/files/pkginstall.xml +++ b/doc/guide/files/pkginstall.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: pkginstall.xml,v 1.8 2005/12/29 14:59:03 jlam Exp $ --> +<!-- $NetBSD: pkginstall.xml,v 1.9 2005/12/29 15:00:10 jlam Exp $ --> <chapter id="pkginstall"> <?dbhtml filename="pkginstall.html"?> <title>The pkginstall framework</title> @@ -479,7 +479,7 @@ following example, taken from <filename role="pkg">shells/zsh</filename>:</para> <!-- ================================================================== --> <sect2 id="shells-disable"> -<title>Disabling handling of configuration files</title> +<title>Disabling shell registration</title> <!-- XXX This doesn't really belong here --> |