Module Name: src
Committed By: abhinav
Date: Tue Oct 24 19:07:13 UTC 2017
Modified Files:
src/lib/libc/gen: randomid.3
Log Message:
Use commas at the right places in the NAME section
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/gen/randomid.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/gen/randomid.3
diff -u src/lib/libc/gen/randomid.3:1.8 src/lib/libc/gen/randomid.3:1.9
--- src/lib/libc/gen/randomid.3:1.8 Mon Jul 3 21:32:49 2017
+++ src/lib/libc/gen/randomid.3 Tue Oct 24 19:07:12 2017
@@ -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