diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-20 16:52:27 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-20 16:52:27 +0000 |
commit | 7c7fb079b997666ef8dc3a60352aa3d2052cb3de (patch) | |
tree | 43f30351332f06168f2ee06250cbb52017106489 /sbin/ldconfig | |
parent | 067c7f48def4817208af5bb4f6b43acdb2f03fce (diff) | |
download | src-test2-7c7fb079b997666ef8dc3a60352aa3d2052cb3de.tar.gz src-test2-7c7fb079b997666ef8dc3a60352aa3d2052cb3de.zip |
Notes
Diffstat (limited to 'sbin/ldconfig')
-rw-r--r-- | sbin/ldconfig/ldconfig.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ldconfig/ldconfig.8 b/sbin/ldconfig/ldconfig.8 index ae778428fffe..85746da73ad9 100644 --- a/sbin/ldconfig/ldconfig.8 +++ b/sbin/ldconfig/ldconfig.8 @@ -36,7 +36,7 @@ .Nm ldconfig .Nd configure the shared library cache .Sh SYNOPSIS -.Nm ldconfig +.Nm .Op Fl aout | Fl elf .Op Fl Rimrsv .Op Fl f Ar hints_file @@ -91,7 +91,7 @@ switch of is typically run as part of the boot sequence. .Pp The following options recognized by -.Nm ldconfig: +.Nm : .Bl -tag -width indent .It Fl aout Generate the hints for a.out format shared libraries. |