From 0dac954be5c69ba317ef6a7f1df74fed08b29fd1 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 21 May 2007 16:25:37 +0000 Subject: [PATCH] ffix --- man7/uri.7 | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/man7/uri.7 b/man7/uri.7 index b00ee767c..4770c172e 100644 --- a/man7/uri.7 +++ b/man7/uri.7 @@ -394,20 +394,23 @@ An extension prefixed with a '!' is critical LDAP queries are easiest to explain by example. Here's a query that asks ldap.itd.umich.edu for information about the University of Michigan in the U.S.: -.RS +.PP +.nf ldap://ldap.itd.umich.edu/o=University%20of%20Michigan,c=US -.RE +.nf .PP To just get its postal address attribute, request: -.RS +.PP +.nf ldap://ldap.itd.umich.edu/o=University%20of%20Michigan,c=US?postalAddress -.RE +.fi .PP To ask a host.com at port 6666 for information about the person with common name (cn) "Babs Jensen" at University of Michigan, request: -.RS +.PP +.nf ldap://host.com:6666/o=University%20of%20Michigan,c=US??sub?(cn=Babs%20Jensen) -.RE +.fi .SS "wais \- Wide Area Information Servers" .RI wais:// hostport / database .br