diff options
author | jhb <jhb@FreeBSD.org> | 2005-11-11 20:29:50 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2005-11-11 20:29:50 +0000 |
commit | 76df9bf6f789e76cadf63ff40519a331b03e2346 (patch) | |
tree | f33887dc7d6f7d312c3e33f6a1f0024d6ed6a46a /sbin/ldconfig/ldconfig.8 | |
parent | 2ef18a36a52be615626faff3ce34611f0e1e1013 (diff) | |
download | FreeBSD-src-76df9bf6f789e76cadf63ff40519a331b03e2346.zip FreeBSD-src-76df9bf6f789e76cadf63ff40519a331b03e2346.tar.gz |
Document the -32 switch available on amd64.
Submitted by: Steve Kargl sgk at troutmask dot apl dot washington dot edu
MFC after: 1 week
Diffstat (limited to 'sbin/ldconfig/ldconfig.8')
-rw-r--r-- | sbin/ldconfig/ldconfig.8 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/ldconfig/ldconfig.8 b/sbin/ldconfig/ldconfig.8 index 007d30d..40d891a 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 |