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/b4d4452fe9a3
branches: trunk
changeset: 357052:b4d4452fe9a3
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 c8448a5df9ca -r b4d4452fe9a3 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