diff options
author | 2013-03-30 08:44:48 +0000 | |
---|---|---|
committer | 2013-03-30 08:44:48 +0000 | |
commit | 78745b3d97ce3828e6acfa45b766bdea574b1a0e (patch) | |
tree | b9ff8e50cf4b15874fe2e2cb5c664741299954d9 | |
parent | don't ever skip reload the very first time; detective work by rpe@; ok eric@ (diff) | |
download | wireguard-openbsd-78745b3d97ce3828e6acfa45b766bdea574b1a0e.tar.xz wireguard-openbsd-78745b3d97ce3828e6acfa45b766bdea574b1a0e.zip |
previous had one backslash too many;
-rw-r--r-- | usr.sbin/snmpd/snmpd.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/snmpd/snmpd.conf.5 b/usr.sbin/snmpd/snmpd.conf.5 index 10990401e6a..fe47f125350 100644 --- a/usr.sbin/snmpd/snmpd.conf.5 +++ b/usr.sbin/snmpd/snmpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: snmpd.conf.5,v 1.22 2013/03/29 12:53:41 gerhard Exp $ +.\" $OpenBSD: snmpd.conf.5,v 1.23 2013/03/30 08:44:48 jmc Exp $ .\" .\" Copyright (c) 2007, 2008, 2012 Reyk Floeter <reyk@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 29 2013 $ +.Dd $Mdocdate: March 30 2013 $ .Dt SNMPD.CONF 5 .Os .Sh NAME @@ -91,7 +91,7 @@ The default value is .Pp .It Xo .Ic read-write -.Pq Ic community Ar string Ic \*(Ba\ disabled +.Pq Ic community Ar string Ic \*(Ba disabled .Xc Specify the name of the read-write community, or disallow writes completely. The default value is |