Update to r50777:
Subversion has been told to expand $FreeBSD$ version strings in source files. This is good, evidently. But we don't want it to expand version strings in examples, because then the example will have an expanded version string with the version of the current doc file, which is bad. The version number, not the doc file. Or, well, maybe both, but the point here is the version number won't look right. So use the good and righteous $FreeBSD$ construct instead. This is perfectly cromulent and there is nothing remotely ridiculous or surreal about this at all. Lalala, I can't hear you.
This commit is contained in:
parent
29da3ca554
commit
99badabf22
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50786
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/mail/chapter.xml,v 1.68 2011/07/25 15:00:09 bcr Exp $
|
||||
basiert auf: r50664
|
||||
basiert auf: r50777
|
||||
-->
|
||||
<!--
|
||||
Ein paar Anmerkungen zur Uebersetzung bestimmter Begriffe
|
||||
|
@ -449,7 +449,7 @@ FreeBSD.org mail is handled by 10 mx1.FreeBSD.org</screen>
|
|||
Beispielkonfiguration
|
||||
<filename>/etc/mail/access.sample</filename>:</para>
|
||||
|
||||
<programlisting># $FreeBSD$
|
||||
<programlisting># $FreeBSD$
|
||||
#
|
||||
# Mail relay access control list. Default is to reject mail unless the
|
||||
# destination is local, or listed in /etc/mail/local-host-names
|
||||
|
|
Loading…
Reference in a new issue