summaryrefslogtreecommitdiffstats
path: root/specs/spf-2.0/overview.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'specs/spf-2.0/overview.mdwn')
-rw-r--r--specs/spf-2.0/overview.mdwn13
1 files changed, 2 insertions, 11 deletions
diff --git a/specs/spf-2.0/overview.mdwn b/specs/spf-2.0/overview.mdwn
index 26a34d3..de45ff0 100644
--- a/specs/spf-2.0/overview.mdwn
+++ b/specs/spf-2.0/overview.mdwn
@@ -101,12 +101,7 @@ This file is required.
This file contains a list of patterns to match files to be installed in the
binary package.
-Each line in this file is a pattern that is expanded to match files as explained
-in [POSIX.1-2008, Shell & Utilities Volume, Section 2.6.6][posix-xcu-2.6.6].
-
-A file or directory in the destination directory may not be matched by more than
-one binary package's `install` file. The behavior of package building tools in
-such a case is undefined.
+See $[sectlink][install] for more information about this file.
`<binpkg>.pkg/platconf` [files-binpkg.pkg-platconf]
---------------------------------------------------
@@ -115,8 +110,7 @@ This file is optional. Its presence indicates that a binary package is
platform-specific.
This file contains a list of run-time configuration files to be installed in the
-binary package. Files listed in this file shall not be listed in the binary
-package's `install` file.
+binary package.
See $[sectlink][platconf] for the syntax of this file.
@@ -229,6 +223,3 @@ See $[sectlink][platconf] for the syntax of this file.
------------------
TODO
-
-
-[posix-xcu-2.6.6]: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_06_06