Module Name:    src
Committed By:   christos
Date:           Mon Sep 15 23:31:17 UTC 2014

Modified Files:
        src/lib/libc/stdio: getdelim.3

Log Message:
fix markup.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 src/lib/libc/stdio/getdelim.3:1.11
--- src/lib/libc/stdio/getdelim.3:1.10	Mon Sep 15 19:29:16 2014
+++ src/lib/libc/stdio/getdelim.3	Mon Sep 15 19:31:17 2014
@@ -1,4 +1,4 @@
-.\"     $NetBSD: getdelim.3,v 1.10 2014/09/15 23:29:16 christos Exp $
+.\"     $NetBSD: getdelim.3,v 1.11 2014/09/15 23:31:17 christos Exp $
 .\"
 .\" Copyright (c) 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -49,8 +49,8 @@ function reads from the
 .Fa stream
 until it encounters a character matching
 .Fa delimiter 
-or.
-.DV EOF ,
+or
+.Dv EOF ,
 storing the input in
 .Fa *lineptr .
 The buffer is

Reply via email to