diff options
author | 2002-08-06 18:45:03 +0000 | |
---|---|---|
committer | 2002-08-06 18:45:03 +0000 | |
commit | ad593762053211a4e62a2d66c05e819e92fad756 (patch) | |
tree | 733a0aae9179af470f065da4c6cc8c429d738028 /lib/libc/sys | |
parent | catch 'break' and handle appropriately, I thought I had committed this long ago. (diff) | |
download | wireguard-openbsd-ad593762053211a4e62a2d66c05e819e92fad756.tar.xz wireguard-openbsd-ad593762053211a4e62a2d66c05e819e92fad756.zip |
Comma splice introduced in last commit.
Diffstat (limited to 'lib/libc/sys')
-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 |