- Add an entry for POLA, copied from the FAQ.
- Add a missing </glossdiv>. Text reviewed by: ceri, brueffer
This commit is contained in:
parent
bfb7561e5b
commit
b84b8d3939
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18162
1 changed files with 23 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
|||
<glossterm>KSE</glossterm>
|
||||
<glosssee otherterm="kse">
|
||||
</glossentry>
|
||||
</glossdiv>
|
||||
|
||||
<glossdiv>
|
||||
<title>M</title>
|
||||
|
@ -93,5 +94,27 @@
|
|||
|
||||
</glossdiv>
|
||||
|
||||
<glossdiv>
|
||||
<title>P</title>
|
||||
|
||||
<glossentry id="pola">
|
||||
<glossterm>Principle Of Least Astonishment</glossterm>
|
||||
<acronym>POLA</acronym>
|
||||
<glossdef>
|
||||
<para>As &os; evolves, changes visible to the user should be
|
||||
kept as unsurprising as possible. For example, arbitrarily
|
||||
rearranging system startup variables in
|
||||
<filename>/etc/defaults/rc.conf</filename> violates
|
||||
<acronym>POLA</acronym>. Developers consider
|
||||
<acronym>POLA</acronym> when contemplating user-visible
|
||||
system changes.</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry>
|
||||
<glossterm>POLA</glossterm>
|
||||
<glosssee otherterm="pola">
|
||||
</glossentry>
|
||||
</glossdiv>
|
||||
</glossary>
|
||||
|
||||
|
|
Loading…
Reference in a new issue