From 1ff41cb93a57f8c975e44d6b30135f87eae94373 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 5 Apr 2010 21:29:09 +0000 Subject: [PATCH] Fix escape sequences --- lib/libc/gen/scandir.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/gen/scandir.3 b/lib/libc/gen/scandir.3 index e37ae3429e2e..2383fe5c314a 100644 --- a/lib/libc/gen/scandir.3 +++ b/lib/libc/gen/scandir.3 @@ -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