Module Name: src
Committed By: joerg
Date: Wed Dec 9 18:06:08 UTC 2009
Modified Files:
src/lib/libc/stdio: getdelim.3
Log Message:
Fix markup.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/stdio/getdelim.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/stdio/getdelim.3
diff -u src/lib/libc/stdio/getdelim.3:1.6 src/lib/libc/stdio/getdelim.3:1.7
--- src/lib/libc/stdio/getdelim.3:1.6 Tue Dec 1 08:15:50 2009
+++ src/lib/libc/stdio/getdelim.3 Wed Dec 9 18:06:08 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: getdelim.3,v 1.6 2009/12/01 08:15:50 wiz Exp $
+.\" $NetBSD: getdelim.3,v 1.7 2009/12/09 18:06:08 joerg Exp $
.\"
.\" Copyright (c) 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -110,6 +110,7 @@
if (ferror(fp))
perror("getline");
+.Ed
.Sh ERRORS
.Bl -tag -width [EOVERFLOW]
.It Bq Er EINVAL