diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2002-08-06 18:45:04 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2002-08-06 18:45:04 +0000 |
commit | e784624dd46319408364e25f40e638f8d8e5b4c6 (patch) | |
tree | 57b2f4670010eb75aeb8c52aa9eb2354e51897ab /lib/libc/sys/getdirentries.2 | |
parent | ddf3f4368877f7022c6b1017bcfd9be9387a2b25 (diff) |
Comma splice introduced in last commit.
Diffstat (limited to 'lib/libc/sys/getdirentries.2')
-rw-r--r-- | lib/libc/sys/getdirentries.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/getdirentries.2 b/lib/libc/sys/getdirentries.2 index 60f989cfb42..5a4a9d3aaec 100644 --- a/lib/libc/sys/getdirentries.2 +++ b/lib/libc/sys/getdirentries.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getdirentries.2,v 1.10 2001/07/31 05:45:33 art Exp $ +.\" $OpenBSD: getdirentries.2,v 1.11 2002/08/06 18:45:03 aaron Exp $ .\" $NetBSD: getdirentries.2,v 1.7 1995/10/12 15:40:50 jtc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -105,7 +105,7 @@ structure to the next structure, if any. .Pp Invalid entries with .Fa d_fileno -set to 0, may be returned among regular entries. +set to 0 may be returned among regular entries. .Pp The actual number of bytes transferred is returned. The current position pointer associated with |