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:
parent
04a393d530
commit
a0f7ad455b
19 changed files with 39 additions and 39 deletions
|
|
@ -238,7 +238,7 @@ Note how the commas at the end of the `.Xr` lines have been placed after a space
|
|||
[[manual-pages-markup-important-macros]]
|
||||
=== Important Macros
|
||||
|
||||
Some very common macros will be shown here. For more usage examples, see man:mdoc[7], man:groff_mdoc[7], or search for actual use in [.filename]#/usr/shared/man/man*# directories. For example, to search for examples of the `.Bd`_Begin display_ macro:
|
||||
Some very common macros will be shown here. For more usage examples, see man:mdoc[7], man:groff_mdoc[7], or search for actual use in [.filename]#/usr/share/man/man*# directories. For example, to search for examples of the `.Bd`_Begin display_ macro:
|
||||
|
||||
[source,bash]
|
||||
....
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ If you are the only person working on a particular language (or you are responsi
|
|||
|
||||
First, make sure your translation is organized properly. This means that it should drop into the existing documentation tree and build straight away.
|
||||
|
||||
Currently, the FreeBSD documentation is stored in a top level directory called [.filename]#head/#. Directories below this are named according to the language code they are written in, as defined in ISO639 ([.filename]#/usr/shared/misc/iso639# on a version of FreeBSD newer than 20th January 1999).
|
||||
Currently, the FreeBSD documentation is stored in a top level directory called [.filename]#head/#. Directories below this are named according to the language code they are written in, as defined in ISO639 ([.filename]#/usr/share/misc/iso639# on a version of FreeBSD newer than 20th January 1999).
|
||||
|
||||
If your language can be encoded in different ways (for example, Chinese) then there should be directories below this, one for each encoding format you have provided.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue