2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-03 15:55:40 +00:00

Fix display of escape sequencees in ldapsearch example.

This commit is contained in:
Todd C. Miller
2023-03-28 16:04:47 -06:00
parent 3b55de4e83
commit 493b2441d4
2 changed files with 2 additions and 2 deletions

View File

@@ -851,7 +851,7 @@ For example, using
.sp .sp
.RS 10n .RS 10n
$ ldapsearch -b $NETGROUP_BASE \e $ ldapsearch -b $NETGROUP_BASE \e
'(&(objectClass=nisNetgroup)(nisNetgroupTriple=\28*,USER,\29))' '(&(objectClass=nisNetgroup)(nisNetgroupTriple=\e28*,USER,\e29))'
.RE .RE
.fi .fi
.sp .sp

View File

@@ -796,7 +796,7 @@ For example, using
.Sy ldapsearch : .Sy ldapsearch :
.Bd -literal -offset 4n .Bd -literal -offset 4n
$ ldapsearch -b $NETGROUP_BASE \e $ ldapsearch -b $NETGROUP_BASE \e
'(&(objectClass=nisNetgroup)(nisNetgroupTriple=\28*,USER,\29))' '(&(objectClass=nisNetgroup)(nisNetgroupTriple=\e28*,USER,\e29))'
.Ed .Ed
.Pp .Pp
where your where your