aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-10-31 10:17:00 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-10-31 10:17:00 +0100
commite9c09849cc7e8af8f663170d14a4740949a4de12 (patch)
treec476101527b3de133f0623adf5a2537e2586bc9d
parent68219aba7f67d448f5da65f593a06ebe510dc3fb (diff)
downloadman-pages-e9c09849cc7e8af8f663170d14a4740949a4de12.tar.gz
dlopen.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/dlopen.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/dlopen.3 b/man3/dlopen.3
index 3f90fb9483..fcc8f86872 100644
--- a/man3/dlopen.3
+++ b/man3/dlopen.3
@@ -47,7 +47,7 @@ open and close a shared object
.br
.B #include <dlfcn.h>
.PP
-.BI "void *dlmopen (Lmid_t " lmid ", const char *" filename ", int " flags );
+.BI "void *dlmopen(Lmid_t " lmid ", const char *" filename ", int " flags );
.PP
Link with \fI\-ldl\fP.
.SH DESCRIPTION