s/seperate/separate/
This commit is contained in:
parent
adc7ab4149
commit
ac307bceb7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14966
8 changed files with 10 additions and 10 deletions
en_US.ISO8859-1/books
arch-handbook
developers-handbook
handbook/install
share
|
@ -558,7 +558,7 @@
|
|||
same time by many but activated only by one at any given
|
||||
moment of time.</para>
|
||||
</listitem>
|
||||
<!-- XXXDONT KNOW IT THESE SHOULD BE TWO SEPERATE LISTS OR NOT -->
|
||||
<!-- XXXDONT KNOW IT THESE SHOULD BE TWO SEPARATE LISTS OR NOT -->
|
||||
<listitem>
|
||||
<para>Returns 0 on error. The allocated values may be
|
||||
obtained from the returned handle using methods
|
||||
|
|
|
@ -3440,7 +3440,7 @@ Label destruction o</programlisting>
|
|||
|
||||
<para>Determine whether the subject credential can execute the
|
||||
passed vnode. Determination of execute privilege is made
|
||||
seperately from decisions about any transitioning event.
|
||||
separately from decisions about any transitioning event.
|
||||
Return <returnvalue>0</returnvalue> for success, or an
|
||||
<varname>errno</varname> value for failure. Suggested
|
||||
failure: <errorcode>EACCES</errorcode> for label mismatch,
|
||||
|
@ -4761,7 +4761,7 @@ Label destruction o</programlisting>
|
|||
that the label on an object be modified. A two-phase update
|
||||
occurs: first, an access control check will be performed to
|
||||
determine if the update is both valid and permitted, and then
|
||||
the update itself is performed via a seperate entry point.
|
||||
the update itself is performed via a separate entry point.
|
||||
Relabel entry points typically accept the object, object label
|
||||
reference, and an update label submitted by the process.
|
||||
Memory allocation during relabel is discouraged, as relabel
|
||||
|
|
|
@ -558,7 +558,7 @@
|
|||
same time by many but activated only by one at any given
|
||||
moment of time.</para>
|
||||
</listitem>
|
||||
<!-- XXXDONT KNOW IT THESE SHOULD BE TWO SEPERATE LISTS OR NOT -->
|
||||
<!-- XXXDONT KNOW IT THESE SHOULD BE TWO SEPARATE LISTS OR NOT -->
|
||||
<listitem>
|
||||
<para>Returns 0 on error. The allocated values may be
|
||||
obtained from the returned handle using methods
|
||||
|
|
|
@ -3440,7 +3440,7 @@ Label destruction o</programlisting>
|
|||
|
||||
<para>Determine whether the subject credential can execute the
|
||||
passed vnode. Determination of execute privilege is made
|
||||
seperately from decisions about any transitioning event.
|
||||
separately from decisions about any transitioning event.
|
||||
Return <returnvalue>0</returnvalue> for success, or an
|
||||
<varname>errno</varname> value for failure. Suggested
|
||||
failure: <errorcode>EACCES</errorcode> for label mismatch,
|
||||
|
@ -4761,7 +4761,7 @@ Label destruction o</programlisting>
|
|||
that the label on an object be modified. A two-phase update
|
||||
occurs: first, an access control check will be performed to
|
||||
determine if the update is both valid and permitted, and then
|
||||
the update itself is performed via a seperate entry point.
|
||||
the update itself is performed via a separate entry point.
|
||||
Relabel entry points typically accept the object, object label
|
||||
reference, and an update label submitted by the process.
|
||||
Memory allocation during relabel is discouraged, as relabel
|
||||
|
|
|
@ -3129,7 +3129,7 @@ which of its Internet services will be available. The default FreeBSD
|
|||
inetd.conf(5) leaves all services disabled by default, so they must be
|
||||
specifically enabled in the configuration file before they will
|
||||
function, even once inetd(8) is enabled. Note that services for
|
||||
IPv6 must be seperately enabled from IPv4 services.
|
||||
IPv6 must be separately enabled from IPv4 services.
|
||||
|
||||
Select [Yes] now to invoke an editor on /etc/inetd.conf, or [No] to
|
||||
use the current settings.
|
||||
|
|
|
@ -683,7 +683,7 @@ install-${_curformat}: ${DOC}.${_curformat}
|
|||
${DESTDIR}/${LOCAL_IMAGES_LIB_DIR}/${_curimage:H}
|
||||
.endfor
|
||||
# Install the images. First, loop over all the image names that contain a
|
||||
# directory seperator, make the subdirectories, and install. Then loop over
|
||||
# directory separator, make the subdirectories, and install. Then loop over
|
||||
# the ones that don't contain a directory separator, and install them in the
|
||||
# top level.
|
||||
# en_US.ISO8859-1 is replaced with the LANGCODE to allow installation of
|
||||
|
|
|
@ -289,7 +289,7 @@ install-${_curformat}: ${DOC}.${_curformat}
|
|||
${DESTDIR}/${LOCAL_IMAGES_LIB_DIR}/${_curimage:H}
|
||||
.endfor
|
||||
# Install the images. First, loop over all the image names that contain a
|
||||
# directory seperator, make the subdirectories, and install. Then loop over
|
||||
# directory separator, make the subdirectories, and install. Then loop over
|
||||
# the ones that don't contain a directory separator, and install them in the
|
||||
# top level.
|
||||
.for _curimage in ${IMAGES_PNG:M*/*}
|
||||
|
|
|
@ -655,7 +655,7 @@
|
|||
</chapterinfo>
|
||||
|
||||
Would show up as "Contributed by Bob Jones and Sarah Lee". Each
|
||||
authorgroup shows up as a seperate sentence. -->
|
||||
authorgroup shows up as a separate sentence. -->
|
||||
|
||||
|
||||
(element chapterinfo
|
||||
|
|
Loading…
Reference in a new issue