Fix escape sequences
This commit is contained in:
parent
a3d484cd9e
commit
1ff41cb93a
|
@ -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
|
.\" Copyright (c) 1983, 1991, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
.In sys/types.h
|
.In sys/types.h
|
||||||
.In dirent.h
|
.In dirent.h
|
||||||
.Ft int
|
.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
|
.Ft int
|
||||||
.Fn alphasort "const void *d1" "const void *d2"
|
.Fn alphasort "const void *d1" "const void *d2"
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
|
|
Loading…
Reference in New Issue