From f2d1302b1ba5567d243610d31cc7d8cd0df7b8b1 Mon Sep 17 00:00:00 2001 From: Mark Craig <mark.craig@forgerock.com> Date: Mon, 28 Nov 2011 16:26:40 +0000 Subject: [PATCH] Implement basic syntax highlighting for HTML and PDF --- opendj3/src/main/docbkx/shared/man-ldapmodify.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj3/src/main/docbkx/shared/man-ldapmodify.xml b/opendj3/src/main/docbkx/shared/man-ldapmodify.xml index 5d678e5..7edbab4 100644 --- a/opendj3/src/main/docbkx/shared/man-ldapmodify.xml +++ b/opendj3/src/main/docbkx/shared/man-ldapmodify.xml @@ -316,7 +316,7 @@ <para>You can use <filename>~/.opendj/tools.properties</filename> to set the defaults for bind DN, host name, and port number as in the following example.</para> - <programlisting language="java">hostname=directory.example.com + <programlisting language="ini">hostname=directory.example.com port=1389 bindDN=uid=kvaughan,ou=People,dc=example,dc=com -- Gitblit v1.10.0