From cff2cd1d3ce774bca05b8711eec833c234f25e47 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Fri, 11 Nov 2005 20:29:50 +0000 Subject: [PATCH] Document the -32 switch available on amd64. Submitted by: Steve Kargl sgk at troutmask dot apl dot washington dot edu MFC after: 1 week --- sbin/ldconfig/ldconfig.8 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sbin/ldconfig/ldconfig.8 b/sbin/ldconfig/ldconfig.8 index 007d30d44a2c..40d891a29d5c 100644 --- a/sbin/ldconfig/ldconfig.8 +++ b/sbin/ldconfig/ldconfig.8 @@ -37,6 +37,7 @@ .Nd configure the shared library cache .Sh SYNOPSIS .Nm +.Op Fl 32 .Op Fl aout | Fl elf .Op Fl Rimrsv .Op Fl f Ar hints_file @@ -103,6 +104,9 @@ utility is typically run as part of the boot sequence. The following options are recognized by .Nm : .Bl -tag -width indent +.It Fl 32 +On 64-bit systems that support running 32-bit binaries, +generate hints for 32-bit shared libraries. .It Fl aout Generate the hints for a.out format shared libraries. .It Fl elf