Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen Use commas at the right places in the NAME section



details:   https://anonhg.NetBSD.org/src/rev/e7dd1e884547
branches:  trunk
changeset: 827353:e7dd1e884547
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Tue Oct 24 19:07:12 2017 +0000

description:
Use commas at the right places in the NAME section

diffstat:

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

diffs (21 lines):

diff -r a9d1d6251545 -r e7dd1e884547 lib/libc/gen/randomid.3
--- a/lib/libc/gen/randomid.3   Tue Oct 24 19:04:58 2017 +0000
+++ b/lib/libc/gen/randomid.3   Tue Oct 24 19:07:12 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: randomid.3,v 1.8 2017/07/03 21:32:49 wiz Exp $
+.\"    $NetBSD: randomid.3,v 1.9 2017/10/24 19:07:12 abhinav Exp $
 .\"
 .\" Copyright (C) 2006 The NetBSD Foundation
 .\" All rights reserved.
@@ -34,9 +34,9 @@
 .Dt RANDOMID 3
 .Os
 .Sh NAME
-.Nm randomid
+.Nm randomid ,
 .Nm randomid_new ,
-.Nm randomid_delete ,
+.Nm randomid_delete
 .Nd provide pseudo-random data stream without repetitions
 .Sh SYNOPSIS
 .In sys/types.h



Home | Main Index | Thread Index | Old Index