Module Name:    src
Committed By:   wiz
Date:           Mon Jan  4 23:06:34 UTC 2010

Modified Files:
        src/share/man/man9: pcq.9

Log Message:
Sort NAME section and removing trailing dot; remove duplicate RCS Id.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/pcq.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/pcq.9
diff -u src/share/man/man9/pcq.9:1.1 src/share/man/man9/pcq.9:1.2
--- src/share/man/man9/pcq.9:1.1	Mon Jan  4 18:00:26 2010
+++ src/share/man/man9/pcq.9	Mon Jan  4 23:06:34 2010
@@ -1,5 +1,4 @@
-.\"	$NetBSD: pcq.9,v 1.1 2010/01/04 18:00:26 dyoung Exp $
-.\"     $NetBSD: pcq.9,v 1.1 2010/01/04 18:00:26 dyoung Exp $
+.\"     $NetBSD: pcq.9,v 1.2 2010/01/04 23:06:34 wiz Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -33,13 +32,13 @@
 .Os
 .Sh NAME
 .Nm PCQ ,
-.Nm pcq_put ,
-.Nm pcq_peek ,
+.Nm pcq_create ,
+.Nm pcq_destroy ,
 .Nm pcq_get ,
 .Nm pcq_maxitems ,
-.Nm pcq_create ,
-.Nm pcq_destroy
-.Nd Producer/consumer queue.
+.Nm pcq_peek ,
+.Nm pcq_put
+.Nd Producer/consumer queue
 .Sh SYNOPSIS
 .In sys/pcq.h
 .Ft pcq_t *

Reply via email to