aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2024-03-14 05:54:59 +0000
committerGordon Bergling <gbe@FreeBSD.org>2024-03-14 05:54:59 +0000
commit1433fd87509842581ad0c11d13878c6750b87b29 (patch)
tree820fba6b32a74a6ea8126ed5d45f8dfec8257a5e
parent3214d5d6f6eeb205be510b7b861e2fb0ce089247 (diff)
-rw-r--r--documentation/content/en/books/handbook/config/_index.adoc5
-rw-r--r--documentation/content/en/books/handbook/disks/_index.adoc1
-rw-r--r--documentation/content/en/books/handbook/mail/_index.adoc2
3 files changed, 1 insertions, 7 deletions
diff --git a/documentation/content/en/books/handbook/config/_index.adoc b/documentation/content/en/books/handbook/config/_index.adoc
index c9ce62d599..e67ee10a3d 100644
--- a/documentation/content/en/books/handbook/config/_index.adoc
+++ b/documentation/content/en/books/handbook/config/_index.adoc
@@ -522,7 +522,7 @@ Here is a sample entry from the system crontab, [.filename]#/etc/crontab#:
....
# /etc/crontab - root's crontab for FreeBSD
#
-# $FreeBSD$ <.>
+# <.>
#
SHELL=/bin/sh
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin <.>
@@ -721,8 +721,6 @@ As an example, here is the default [.filename]#/etc/syslog.conf# from FreeBSD:
[.programlisting]
....
-# $FreeBSD$
-#
# Spaces ARE valid field separators in this file. However,
# other *nix-like systems still insist on using tabs as field
# separators. If you are sharing this file between systems, you
@@ -927,7 +925,6 @@ Here is the default configuration in FreeBSD, more information in man:newsyslog.
[.programlisting]
....
# 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
diff --git a/documentation/content/en/books/handbook/disks/_index.adoc b/documentation/content/en/books/handbook/disks/_index.adoc
index b452036936..862d5c5f46 100644
--- a/documentation/content/en/books/handbook/disks/_index.adoc
+++ b/documentation/content/en/books/handbook/disks/_index.adoc
@@ -1855,7 +1855,6 @@ For use with the UFS file system, set the sector_size to 2048:
[source,shell]
....
# 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.
diff --git a/documentation/content/en/books/handbook/mail/_index.adoc b/documentation/content/en/books/handbook/mail/_index.adoc
index 711ab931da..91d0ee0c7f 100644
--- a/documentation/content/en/books/handbook/mail/_index.adoc
+++ b/documentation/content/en/books/handbook/mail/_index.adoc
@@ -389,8 +389,6 @@ Then change all the entries in the file [.filename]#/etc/mail/mailer.conf# to ma
[.programlisting]
....
-# $FreeBSD$
-#
# Execute the "real" sendmail program, named /usr/libexec/sendmail/sendmail
#
# If dma(8) is installed, an example mailer.conf that uses dma(8) instead can