From owner-svn-doc-head@freebsd.org Fri Sep 8 14:20:56 2017 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A9CBE1A7AB; Fri, 8 Sep 2017 14:20:56 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5538480FE8; Fri, 8 Sep 2017 14:20:56 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v88EKtP8065146; Fri, 8 Sep 2017 14:20:55 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v88EKtnV065141; Fri, 8 Sep 2017 14:20:55 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201709081420.v88EKtnV065141@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Fri, 8 Sep 2017 14:20:55 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50808 - in head/en_US.ISO8859-1/books/handbook: config disks mail network-servers X-SVN-Group: doc-head X-SVN-Commit-Author: wblock X-SVN-Commit-Paths: in head/en_US.ISO8859-1/books/handbook: config disks mail network-servers X-SVN-Commit-Revision: 50808 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2017 14:20:56 -0000 Author: wblock Date: Fri Sep 8 14:20:54 2017 New Revision: 50808 URL: https://svnweb.freebsd.org/changeset/doc/50808 Log: Reduce the impact of example $FreeBSD$ version strings by enclosing them in elements. The its:notranslate property can then be set on these individual lines rather than a whole or . Sponsored by: iXsystems Modified: head/en_US.ISO8859-1/books/handbook/config/chapter.xml head/en_US.ISO8859-1/books/handbook/disks/chapter.xml head/en_US.ISO8859-1/books/handbook/mail/chapter.xml head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/config/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/config/chapter.xml Fri Sep 8 00:26:09 2017 (r50807) +++ head/en_US.ISO8859-1/books/handbook/config/chapter.xml Fri Sep 8 14:20:54 2017 (r50808) @@ -262,9 +262,9 @@ run_rc_command "$1" Here is a sample entry from the system crontab, /etc/crontab: - # /etc/crontab - root's crontab for FreeBSD + # /etc/crontab - root's crontab for FreeBSD # -# $FreeBSD$ +# $FreeBSD$ # SHELL=/bin/sh PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin @@ -1315,7 +1315,7 @@ ifconfig_fxp0_alias7="inet 202.0.75.20 netmask 255.255 remote log host. As an example, here is the default syslog.conf from &os;: - # $&os;$ + # $&os;$ # # Spaces ARE valid field separators in this file. However, # other *nix-like systems still insist on using tabs as field @@ -1450,8 +1450,8 @@ cron.* /var/l and programs to signal when the log is rotated. Here is the default configuration in &os;: - # configuration file for newsyslog -# $FreeBSD$ + # configuration file for newsyslog +# $FreeBSD$ # # Entries which do not specify the '/pid_file' field will cause the # syslogd process to be signalled when that log file is rotated. This @@ -1926,7 +1926,7 @@ nameserver 147.11.100.30 external DNS servers for commonly accessed names. - # $&os;$ + # $&os;$ # # # Host Database Modified: head/en_US.ISO8859-1/books/handbook/disks/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Fri Sep 8 00:26:09 2017 (r50807) +++ head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Fri Sep 8 14:20:54 2017 (r50808) @@ -2706,8 +2706,8 @@ Quotas for user test: UFS file system, set the sector_size to 2048: - &prompt.root; gbde init /dev/ad4s1c -i -L /etc/gbde/ad4s1c.lock -# $FreeBSD: src/sbin/gbde/template.txt,v 1.1.36.1 2009/08/03 08:13:06 kensmith Exp $ + &prompt.root; gbde init /dev/ad4s1c -i -L /etc/gbde/ad4s1c.lock +# $FreeBSD: src/sbin/gbde/template.txt,v 1.1.36.1 2009/08/03 08:13:06 kensmith Exp $ # # Sector size is the smallest unit of data which can be read or written. # Making it too small decreases performance and decreases available space. Modified: head/en_US.ISO8859-1/books/handbook/mail/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/mail/chapter.xml Fri Sep 8 00:26:09 2017 (r50807) +++ head/en_US.ISO8859-1/books/handbook/mail/chapter.xml Fri Sep 8 14:20:54 2017 (r50808) @@ -364,7 +364,7 @@ FreeBSD.org mail is handled by 10 mx1.FreeBSD.org/etc/mail/access.sample: - # $FreeBSD$ + # $FreeBSD$ # # Mail relay access control list. Default is to reject mail unless the # destination is local, or listed in /etc/mail/local-host-names @@ -705,7 +705,7 @@ daily_submit_queuerun="NO" The default /etc/mail/mailer.conf looks like this: - # $FreeBSD$ + # $FreeBSD$ # # Execute the "real" sendmail program, named /usr/libexec/sendmail/sendmail # Modified: head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml Fri Sep 8 00:26:09 2017 (r50807) +++ head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml Fri Sep 8 14:20:54 2017 (r50808) @@ -3335,7 +3335,7 @@ freebsd.org. (A) <filename>/etc/namedb/named.conf</filename> - // $FreeBSD$ + // $FreeBSD$ // // Refer to the named.conf(5) and named(8) man pages, and the documentation // in /usr/share/doc/bind9 for more details.