Fix "its" where it should be, and expand what was properly "it's" to "it is"
since contractions should be avoided in formal documentation whenever possible Poked by: flz
This commit is contained in:
parent
6e07f0e5c9
commit
7ee27ccf76
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38005
1 changed files with 7 additions and 7 deletions
|
@ -8529,7 +8529,7 @@ CFLAGS+= -DLUA_VERSION_STRING="${VER_STR}"
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>configenv: Use this if your port requires a special modified
|
||||
<makevar>CONFIGURE_ENV</makevar> to find it's required libraries.
|
||||
<makevar>CONFIGURE_ENV</makevar> to find its required libraries.
|
||||
<programlisting>-I${LOCALBASE}/include -L${LOCALBASE}/lib</programlisting>
|
||||
gets added to CPPFLAGS to <makevar>CONFIGURE_ENV</makevar>.</para>
|
||||
</listitem>
|
||||
|
@ -8793,9 +8793,9 @@ run_rc_command "$1"</programlisting>
|
|||
<title>Stopping services at deinstall</title>
|
||||
|
||||
<para>It is possible to have a service stopped automatically as part of
|
||||
the deinstall routine. We advise using this feature only when it's
|
||||
absolutely necessary to stop a service before it's files go
|
||||
away. Usually, it's up to the administrator's discretion to decide,
|
||||
the deinstall routine. We advise using this feature only when it is
|
||||
absolutely necessary to stop a service before its files go
|
||||
away. Usually, it is up to the administrator's discretion to decide,
|
||||
whether to stop the service on deinstall or not. Also note this
|
||||
affects upgrades, too.</para>
|
||||
|
||||
|
@ -8890,7 +8890,7 @@ run_rc_command "$1"</programlisting>
|
|||
<step>
|
||||
<para>Are options listed in the default _flags things that are
|
||||
actually mandatory? If so, they should be in command_args.
|
||||
The -d option is a red flag (pardon the pun) here, since it's
|
||||
The -d option is a red flag (pardon the pun) here, since it is
|
||||
usually the option to "daemonize" the process, and
|
||||
therefore is actually mandatory.</para>
|
||||
</step>
|
||||
|
@ -10382,7 +10382,7 @@ as .putsy.conf and edit it.</programlisting>
|
|||
|
||||
<para>If there is none found, you have the green light to add
|
||||
a new entry for this vulnerability. Now you can generate
|
||||
a brand-new UUID (assume it's
|
||||
a brand-new UUID (assume it is
|
||||
<literal>74a9541d-5d6c-11d8-80e3-0020ed76ef5a</literal>) and
|
||||
add your new entry to the VuXML database. Please verify
|
||||
its syntax after that as follows:</para>
|
||||
|
@ -15290,7 +15290,7 @@ pre-install:
|
|||
FreeBSD Ports Monitoring System</ulink> (also known as
|
||||
<literal>portsmon</literal>). This system comprises a
|
||||
database that processes information from several sources
|
||||
and allows its to be browsed via a web interface. Currently,
|
||||
and allows it to be browsed via a web interface. Currently,
|
||||
the ports Problem Reports (PRs), the error logs from
|
||||
the build cluster, and individual files from the ports
|
||||
collection are used. In the future, this will be expanded
|
||||
|
|
Loading…
Reference in a new issue