Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdio fix markup.



details:   https://anonhg.NetBSD.org/src/rev/36b7766c1312
branches:  trunk
changeset: 802462:36b7766c1312
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Sep 15 23:31:17 2014 +0000

description:
fix markup.

diffstat:

 lib/libc/stdio/getdelim.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 2d9359d30296 -r 36b7766c1312 lib/libc/stdio/getdelim.3
--- a/lib/libc/stdio/getdelim.3 Mon Sep 15 23:29:16 2014 +0000
+++ b/lib/libc/stdio/getdelim.3 Mon Sep 15 23:31:17 2014 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index