summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2006-05-23 14:29:17 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2006-05-23 14:29:17 +0000
commit7f59f6031dcac3e55e8ab63939998f7b7a8a72fe (patch)
tree0ad3d618562d712ac2a620fa3d70bd85e98d57fa /usr.sbin
parentcb7be54113013b25cbd72383d529909ab39eda88 (diff)
make listen on example idiot proof
suggested by "Karsten W. Rohrbach" <karsten@rohrbach.de>
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ntpd/ntpd.conf.56
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/ntpd/ntpd.conf.5 b/usr.sbin/ntpd/ntpd.conf.5
index 699fd3de8e5..4a571200b31 100644
--- a/usr.sbin/ntpd/ntpd.conf.5
+++ b/usr.sbin/ntpd/ntpd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ntpd.conf.5,v 1.9 2004/11/08 19:09:19 otto Exp $
+.\" $OpenBSD: ntpd.conf.5,v 1.10 2006/05/23 14:29:16 henning Exp $
.\"
.\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
.\"
@@ -50,6 +50,10 @@ does not listen on any address by default.
For example:
.Bd -literal -offset indent
listen on *
+.Ed
+.Pp
+or
+.Bd -literal -offset indent
listen on 127.0.0.1
listen on ::1
.Ed