Module Name: src
Committed By: joerg
Date: Mon Apr 5 21:29:09 UTC 2010
Modified Files:
src/lib/libc/gen: scandir.3
Log Message:
Fix escape sequences
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/gen/scandir.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/gen/scandir.3
diff -u src/lib/libc/gen/scandir.3:1.11 src/lib/libc/gen/scandir.3:1.12
--- src/lib/libc/gen/scandir.3:1.11 Thu Aug 7 16:42:56 2003
+++ src/lib/libc/gen/scandir.3 Mon Apr 5 21:29:09 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: scandir.3,v 1.11 2003/08/07 16:42:56 agc Exp $
+.\" $NetBSD: scandir.3,v 1.12 2010/04/05 21:29:09 joerg Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -42,7 +42,7 @@
.In sys/types.h
.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 void *, const void *\\*(rp"
+.Fn scandir "const char *dirname" "struct dirent ***namelist" "int \*(lp*select\*(rp\*(lpconst struct dirent *\*(rp" "int \*(lp*compar\*(rp\*(lpconst void *, const void *\*(rp"
.Ft int
.Fn alphasort "const void *d1" "const void *d2"
.Sh DESCRIPTION