summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-07-03 01:10:01 +0200
committerLennart Poettering <lennart@poettering.net>2014-07-03 01:10:01 +0200
commit8f6e22a1cafafb4e78e23c1998f23a997c1b294f (patch)
tree461819c118e2c1804a74051ccf0db7dbf9406767 /man
parent4ee4264c3bc733d7dfc86725b42160fdc364395d (diff)
man: /usr/bin may contain binaries in any compatible arch, not just the primary one
Diffstat (limited to 'man')
-rw-r--r--man/file-hierarchy.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/file-hierarchy.xml b/man/file-hierarchy.xml
index afaba7ae0..ed6e0e9a0 100644
--- a/man/file-hierarchy.xml
+++ b/man/file-hierarchy.xml
@@ -801,7 +801,7 @@
<tbody>
<row>
<entry><filename>/usr/bin</filename></entry>
- <entry>Package executables that shall appear in the <varname>$PATH</varname> executable search path, compiled for the primary architecture of the operating system. It is not recommended to place internal binaries or binaries that are not commonly invoked from the shell in this directory, such as daemon binaries. As this directory is shared with most other packages of the system special care should be taken to pick unique names for files placed here, that are unlikely to clash with other package's files.</entry>
+ <entry>Package executables that shall appear in the <varname>$PATH</varname> executable search path, compiled for any of the supported architectures compatible with the operating system. It is not recommended to place internal binaries or binaries that are not commonly invoked from the shell in this directory, such as daemon binaries. As this directory is shared with most other packages of the system special care should be taken to pick unique names for files placed here, that are unlikely to clash with other package's files.</entry>
</row>
<row>
<entry><filename>/usr/lib/<replaceable>arch-id</replaceable></filename></entry>