diff options
author | wiz <wiz@pkgsrc.org> | 2005-05-31 16:55:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-05-31 16:55:19 +0000 |
commit | 5ec26f9af0ea544cff05c212340cabd15e45ccb2 (patch) | |
tree | bc545c09d5158c077b54687cbb4a2fb3f349c8bb | |
parent | b8dbffc735dd2c13118eb3c8c3298bf19fd7c63b (diff) | |
download | pkgsrc-5ec26f9af0ea544cff05c212340cabd15e45ccb2.tar.gz |
Fix a typo and remove some superfluous whitespace.
-rw-r--r-- | doc/guide/files/plist.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guide/files/plist.xml b/doc/guide/files/plist.xml index 8416312b7dc..2a063bfa598 100644 --- a/doc/guide/files/plist.xml +++ b/doc/guide/files/plist.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: plist.xml,v 1.5 2005/05/24 12:14:42 wiz Exp $ --> +<!-- $NetBSD: plist.xml,v 1.6 2005/05/31 16:55:19 wiz Exp $ --> <chapter id="plist"> <title>PLIST issues</title> @@ -253,7 +253,7 @@ <listitem> <para> If the packages using the directory are not related at - all (they have no common dependencies), a *-dirs package is + all (they have no common dependencies), a *-dirs package is used. </para> </listitem> </orderedlist> @@ -269,7 +269,7 @@ <para> Their use from other packages is very simple. The <varname>USE_DIRS</varname> variable takes a list of package names (without the <quote>-dirs</quote> part) together with the required - version number (always pick the latest one when writting new + version number (always pick the latest one when writing new packages). </para> <para> For example, if a package installs files under |