diff options
author | 2010-09-24 10:44:50 +0000 | |
---|---|---|
committer | 2010-09-24 10:44:50 +0000 | |
commit | f71b37f0339c9037eee17672343bc7225fe0886e (patch) | |
tree | 952d6dfd729ca0c3eabcfcea7afeb1ea00356035 | |
parent | Set TCP_NODELAY since we want the request to be sent ASAP. (diff) | |
download | wireguard-openbsd-f71b37f0339c9037eee17672343bc7225fe0886e.tar.xz wireguard-openbsd-f71b37f0339c9037eee17672343bc7225fe0886e.zip |
add missing .Ar;
-rw-r--r-- | usr.sbin/ldapd/ldapd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ldapd/ldapd.8 b/usr.sbin/ldapd/ldapd.8 index 37bdfa8fc1c..2be0e64187f 100644 --- a/usr.sbin/ldapd/ldapd.8 +++ b/usr.sbin/ldapd/ldapd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldapd.8,v 1.3 2010/09/24 10:10:58 lum Exp $ +.\" $OpenBSD: ldapd.8,v 1.4 2010/09/24 10:44:50 jmc Exp $ .\" .\" Copyright (c) 2009, 2010 Martin Hedenfalk <martin@bzero.se> .\" @@ -24,7 +24,7 @@ .Nm ldapd .Op Fl dnv .Oo -.Fl D Ar macro Ns = Ns value +.Fl D Ar macro Ns = Ns Ar value .Oc .Op Fl f Ar file .Op Fl s Ar file |