summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-06-02 10:20:38 +0000
committeruqs <uqs@FreeBSD.org>2010-06-02 10:20:38 +0000
commitefb24ec35598841dd8e91ccedb4561427dae44a9 (patch)
tree734b80636f9e02119148ead1343fb41d58fd2114 /lib/libc
parent4edfa3fb8680451e398887fd38b441e7c845b850 (diff)
downloadFreeBSD-src-efb24ec35598841dd8e91ccedb4561427dae44a9.zip
FreeBSD-src-efb24ec35598841dd8e91ccedb4561427dae44a9.tar.gz
mdoc: spell macros correctly, there's no need for the backslash escape
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/scandir.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/scandir.3 b/lib/libc/gen/scandir.3
index e32b0d8..b3e0a7e 100644
--- a/lib/libc/gen/scandir.3
+++ b/lib/libc/gen/scandir.3
@@ -40,7 +40,7 @@
.Sh SYNOPSIS
.In dirent.h
.Ft int
-.Fn scandir "const char *dirname" "struct dirent ***namelist" "int \\*(lp*select\\*(rp\\*(lpconst struct dirent *\\*(rp" "int \\*(lp*compar\\*(rp\\*(lpconst struct dirent **, const struct dirent **\\*(rp"
+.Fn scandir "const char *dirname" "struct dirent ***namelist" "int \*(lp*select\*(rp\*(lpconst struct dirent *\*(rp" "int \*(lp*compar\*(rp\*(lpconst struct dirent **, const struct dirent **\*(rp"
.Ft int
.Fn alphasort "const struct dirent **d1" "const struct dirent **d2"
.Sh DESCRIPTION
OpenPOWER on IntegriCloud