diff options
author | ru <ru@FreeBSD.org> | 2000-11-20 16:52:27 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-20 16:52:27 +0000 |
commit | ea31070695b2e513fcf660fbcc7f05a829839c35 (patch) | |
tree | 67d5b2b897cd080f9e1b7ede82c34bfc03085426 /sbin/ldconfig | |
parent | 5df8ea840b4bfe32452ba29db4478efb738f96c8 (diff) | |
download | FreeBSD-src-ea31070695b2e513fcf660fbcc7f05a829839c35.zip FreeBSD-src-ea31070695b2e513fcf660fbcc7f05a829839c35.tar.gz |
mdoc(7) police: use the new features of the Nm macro.
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 ae77842..85746da 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. |