diff options
author | 2008-06-29 22:04:19 +0000 | |
---|---|---|
committer | 2008-06-29 22:04:19 +0000 | |
commit | 1d6dcb9e0a064fe8e1b36940b39e50714612a1d7 (patch) | |
tree | d2387f3db244418a48e4ed9dd3a1df089cbba578 | |
parent | Use DEV_BSIZE (defined as 512) instead of 512 when initializing the (diff) | |
download | wireguard-openbsd-1d6dcb9e0a064fe8e1b36940b39e50714612a1d7.tar.xz wireguard-openbsd-1d6dcb9e0a064fe8e1b36940b39e50714612a1d7.zip |
repetition, spotted by <bsd@openbsd.rutgers.edu>
-rw-r--r-- | usr.sbin/ypldap/ypldap.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ypldap/ypldap.conf.5 b/usr.sbin/ypldap/ypldap.conf.5 index d999a5298eb..3924b0e09fe 100644 --- a/usr.sbin/ypldap/ypldap.conf.5 +++ b/usr.sbin/ypldap/ypldap.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypldap.conf.5,v 1.4 2008/06/29 14:08:00 jmc Exp $ +.\" $OpenBSD: ypldap.conf.5,v 1.5 2008/06/29 22:04:19 pyr Exp $ .\" .\" Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org> .\" @@ -104,7 +104,7 @@ attribute to the LDAP attribute name supplied. Valid attributes are: .Pp .Bl -tag -width groupmembers -offset indent -compact -.It Ic uid +.It Ic name .It Ic passwd .It Ic uid .It Ic gid |