Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Sep 2017 10:29:17 +0000 (UTC)
From:      Bjoern Heidotting <bhd@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r50786 - head/de_DE.ISO8859-1/books/handbook/mail
Message-ID:  <201709021029.v82ATH4f037158@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bhd
Date: Sat Sep  2 10:29:17 2017
New Revision: 50786
URL: https://svnweb.freebsd.org/changeset/doc/50786

Log:
  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 &dollar;FreeBSD&dollar; construct instead.
  This is perfectly cromulent and there is nothing remotely ridiculous or
  surreal about this at all.  Lalala, I can't hear you.

Modified:
  head/de_DE.ISO8859-1/books/handbook/mail/chapter.xml

Modified: head/de_DE.ISO8859-1/books/handbook/mail/chapter.xml
==============================================================================
--- head/de_DE.ISO8859-1/books/handbook/mail/chapter.xml	Sat Sep  2 10:22:23 2017	(r50785)
+++ head/de_DE.ISO8859-1/books/handbook/mail/chapter.xml	Sat Sep  2 10:29:17 2017	(r50786)
@@ -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</scr
 	    Beispielkonfiguration
 	    <filename>/etc/mail/access.sample</filename>:</para>
 
-	  <programlisting># $FreeBSD$
+	  <programlisting># &dollar;FreeBSD&dollar;
 #
 # Mail relay access control list.  Default is to reject mail unless the
 # destination is local, or listed in /etc/mail/local-host-names



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709021029.v82ATH4f037158>