diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-15 02:15:31 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-15 02:15:31 +0000 |
commit | eebf512f9ccf68c32dd3357d8b220432728968c3 (patch) | |
tree | 6858a0c3ff6902f83bd5f4867667f4083aaae0d5 /lib/libc/gen/directory.3 | |
parent | 1b52790c858f028bdd5d92656f0aecc3b609deef (diff) |
Mostly punctuation fixes.
Diffstat (limited to 'lib/libc/gen/directory.3')
-rw-r--r-- | lib/libc/gen/directory.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/directory.3 b/lib/libc/gen/directory.3 index 0518a2d8732..a0b7e01b6af 100644 --- a/lib/libc/gen/directory.3 +++ b/lib/libc/gen/directory.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: directory.3,v 1.11 2000/03/23 22:09:39 d Exp $ +.\" $OpenBSD: directory.3,v 1.12 2000/04/15 02:15:22 aaron Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -114,7 +114,7 @@ On successful return, the pointer returned at will have the same value as the argument .Fa entry . Upon reaching the end of the directory stream, this pointer shall have the value -.Dv NULL. +.Dv NULL . .Pp The .Fn telldir |