From 64d0405f32f8da517b324e9040b2e19bd1f66f56 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 1 Dec 2000 04:59:53 +0000 Subject: [PATCH] add documentation for --prefix and --exec-prefix git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9248 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tools/krb5-config.1 | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/tools/krb5-config.1 b/tools/krb5-config.1 index 3113f0509..cf71f2cf6 100644 --- a/tools/krb5-config.1 +++ b/tools/krb5-config.1 @@ -9,8 +9,8 @@ give information on how to link code against Heimdal libraries .Sh SYNOPSIS .Nm -.Op Fl -prefix= Ns Ar dir -.Op Fl -exec-prefix= Ns Ar dir +.Op Fl -prefix Ns Op = Ns Ar dir +.Op Fl -exec-prefix Ns Op = Ns Ar dir .Op Fl -libs .Op Fl -cflags .Op Ar libraries @@ -21,11 +21,15 @@ and link programs against the libraries installed by Heimdal. .Pp Options supported: .Bl -tag -width Ds -.It Fl -prefix= Ns Ar dir -Assume that the prefix to be used is +.It Fl -prefix Ns Op = Ns Ar dir +Print the prefix if no +.Ar dir +is specified, otherwise set prefix to .Ar dir . -.It Fl -exec-prefix= Ns Ar dir -Assume that the exec-prefix to be used is +.It Fl -exec-prefix Ns Op = Ns Ar dir +Print the exec-prefix if no +.Ar dir +is specified, otherwise set exec-prefix to .Ar dir . .It Fl -libs Output the set of libraries that should be linked against.