Date: Thu, 31 Aug 2017 02:21:30 +0000 (UTC) From: Warren Block <wblock@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50777 - head/en_US.ISO8859-1/books/handbook/mail Message-ID: <201708310221.v7V2LUJY060266@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wblock Date: Thu Aug 31 02:21:30 2017 New Revision: 50777 URL: https://svnweb.freebsd.org/changeset/doc/50777 Log: 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. Modified: head/en_US.ISO8859-1/books/handbook/mail/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/mail/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/mail/chapter.xml Thu Aug 31 02:07:50 2017 (r50776) +++ head/en_US.ISO8859-1/books/handbook/mail/chapter.xml Thu Aug 31 02:21:30 2017 (r50777) @@ -364,7 +364,7 @@ FreeBSD.org mail is handled by 10 mx1.FreeBSD.org</scr addresses can be found in the &os; sample configuration, <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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708310221.v7V2LUJY060266>