Added info' subdirectory to the section
`Subdirectories'' as the location
to install info pages. (It hasn't been clear in the handbook either share/info or info should be used.)
This commit is contained in:
parent
b2a9a94b4e
commit
88f56bd1d1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=705
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
<!-- $Id: porting.sgml,v 1.41 1996-11-17 19:14:54 obrien Exp $ -->
|
<!-- $Id: porting.sgml,v 1.42 1996-11-23 19:02:25 max Exp $ -->
|
||||||
<!-- The FreeBSD Documentation Project -->
|
<!-- The FreeBSD Documentation Project -->
|
||||||
|
|
||||||
<sect1><heading>Porting an existing piece of free software<label id="porting"></heading>
|
<sect1><heading>Porting an existing piece of free software<label id="porting"></heading>
|
||||||
|
@ -1103,7 +1103,8 @@ MAN8= baz.8
|
||||||
paradigm. Many of the files should me moved to one of the
|
paradigm. Many of the files should me moved to one of the
|
||||||
following: `<tt>etc</tt>' (setup/configuration files),
|
following: `<tt>etc</tt>' (setup/configuration files),
|
||||||
`<tt>libexec</tt>' (executables started internally),
|
`<tt>libexec</tt>' (executables started internally),
|
||||||
`<tt>sbin</tt>' (executables for superusers/managers) or
|
`<tt>sbin</tt>' (executables for superusers/managers),
|
||||||
|
`<tt>info</tt>' (documentation for info browser) or
|
||||||
`<tt>share</tt>' (architecture independent files). See
|
`<tt>share</tt>' (architecture independent files). See
|
||||||
<tt>hier(7)</tt> for details, the rule governing
|
<tt>hier(7)</tt> for details, the rule governing
|
||||||
<tt>/usr</tt> pretty much applies to <tt>/usr/local</tt>
|
<tt>/usr</tt> pretty much applies to <tt>/usr/local</tt>
|
||||||
|
|
Loading…
Reference in a new issue