diff options
| author | G. Branden Robinson <g.branden.robinson@gmail.com> | 2023-01-05 16:52:16 -0600 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2023-01-07 00:21:53 +0100 |
| commit | b5da8b70f75b65a6aecc662da7ba61f9845afd48 (patch) | |
| tree | 228093bcc2b02f8081702ea762252a1e3fbe0f9e | |
| parent | 2a6f36e62eca74b542812e292b87b42fe3f41696 (diff) | |
| download | man-pages-b5da8b70f75b65a6aecc662da7ba61f9845afd48.tar.gz | |
ldconfig.8: Sort options in synopsis
Sort options in English lexicographic order (aAbBcC...).
Signed-off-by: G. Branden Robinson <g.branden.robinson@gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | man8/ldconfig.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man8/ldconfig.8 b/man8/ldconfig.8 index 0a4695e092..cee0c75836 100644 --- a/man8/ldconfig.8 +++ b/man8/ldconfig.8 @@ -10,7 +10,7 @@ ldconfig \- configure dynamic linker run-time bindings .SH SYNOPSIS .PD 0 -.BR /sbin/ldconfig " [" \-nNvXV "] [" \-f " \fIconf\fP] [" \-C " \fIcache\fP] [" \-r " \fIroot\fP]" +.BR /sbin/ldconfig " [" \-nNvVX "] [" \-C " \fIcache\fP] [" \-f " \fIconf\fP] [" \-r " \fIroot\fP]" .IR directory ... .PP .B /sbin/ldconfig |
