summaryrefslogtreecommitdiff
path: root/lib/libc/gen
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-03-26 19:30:42 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-03-26 19:30:42 +0000
commit0e101a71f9c747c1bf5f853b2faba8c94458bab9 (patch)
treeb1f8223f0d93941122cb0666f5713cfccbf9a879 /lib/libc/gen
parenta5a79a7af92e40132a0b0e09c9fc0eaa57985b9c (diff)
dispense with some wacky escape sequences;
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/scandir.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/scandir.3 b/lib/libc/gen/scandir.3
index 0d2ab293a3e..47f48b7f78f 100644
--- a/lib/libc/gen/scandir.3
+++ b/lib/libc/gen/scandir.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: scandir.3,v 1.9 2007/05/31 19:19:28 jmc Exp $
+.\" $OpenBSD: scandir.3,v 1.10 2010/03/26 19:30:40 jmc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: March 26 2010 $
.Dt SCANDIR 3
.Os
.Sh NAME
@@ -38,7 +38,7 @@
.Fd #include <sys/types.h>
.Fd #include <dirent.h>
.Ft int
-.Fn scandir "const char *dirname" "struct dirent ***namelist" "int \\*(lp*select\\*(rp\\*(lpstruct dirent *\\*(rp" "int \\*(lp*compar\\*(rp\\*(lpconst void *, const void *\\*(rp"
+.Fn scandir "const char *dirname" "struct dirent ***namelist" "int \*(lp*select\*(rp\*(lpstruct dirent *\*(rp" "int \*(lp*compar\*(rp\*(lpconst void *, const void *\*(rp"
.Ft int
.Fn alphasort "const void *d1" "const void *d2"
.Sh DESCRIPTION