summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2004-03-13 09:51:43 +0000
committercperciva <cperciva@FreeBSD.org>2004-03-13 09:51:43 +0000
commit528e029ce1b176aa97163b72f596489041d2be42 (patch)
tree68efaf5eaf4eeede4eab2dc9aff0377439ec0e21 /usr.sbin
parent2f91a3fb697a235067efbb64795d29eebcbe29a1 (diff)
downloadFreeBSD-src-528e029ce1b176aa97163b72f596489041d2be42.zip
FreeBSD-src-528e029ce1b176aa97163b72f596489041d2be42.tar.gz
Add missing spaces after "logconfig" in example lines.
PR: docs/64082 Submitted by: Tsurutani Naoki MFC after: 3 days
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ntp/doc/ntp.conf.54
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ntp/doc/ntp.conf.5 b/usr.sbin/ntp/doc/ntp.conf.5
index 1686c1d..1a20135 100644
--- a/usr.sbin/ntp/doc/ntp.conf.5
+++ b/usr.sbin/ntp/doc/ntp.conf.5
@@ -1891,7 +1891,7 @@ keyword to enable/disable all messages of the
respective message class.
Thus, a minimal log configuration could look like this:
.Bd -literal
-logconfig=syncstatus +sysevents
+logconfig =syncstatus +sysevents
.Ed
.Pp
This would just list the synchronizations state of
@@ -1900,7 +1900,7 @@ and the major system events.
For a simple reference server, the
following minimum message configuration could be useful:
.Bd -literal
-logconfig=syncall +clockall
+logconfig =syncall +clockall
.Ed
.Pp
This configuration will list all clock information and
OpenPOWER on IntegriCloud