Multiple files: Fix 'shared' references

The hier(7) man-page lists /usr/share as the location for
architecture-independent files, so fix a few instances where the
documentation referes to /usr/shared instead of /usr/share.

PR:		253760
This commit is contained in:
Ceri Davies 2021-02-22 19:28:19 +01:00 committed by Daniel Ebdrup Jensen
parent 04a393d530
commit a0f7ad455b
19 changed files with 39 additions and 39 deletions

View file

@ -456,7 +456,7 @@ The list of languages and encodings to build and install, such as `en_US.ISO8859
A single format or a list of output formats to be built. Currently, `html`, `html-split`, `txt`, `ps`, and `pdf` are supported.
`DOCDIR`::
Where to install the documentation. It defaults to [.filename]#/usr/shared/doc#.
Where to install the documentation. It defaults to [.filename]#/usr/share/doc#.
For more `make` variables supported as system-wide options in FreeBSD, refer to man:make.conf[5].