Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen Fix escape sequences



details:   https://anonhg.NetBSD.org/src/rev/473b28d9f7be
branches:  trunk
changeset: 753660:473b28d9f7be
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Apr 05 21:29:09 2010 +0000

description:
Fix escape sequences

diffstat:

 lib/libc/gen/scandir.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 47c40539ad84 -r 473b28d9f7be lib/libc/gen/scandir.3
--- a/lib/libc/gen/scandir.3    Mon Apr 05 21:25:01 2010 +0000
+++ b/lib/libc/gen/scandir.3    Mon Apr 05 21:29:09 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index