summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2009-01-15 21:20:16 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2009-01-15 21:20:16 +0000
commit38782c7d0637af1b5942e113c6fec5f10e4e484c (patch)
treeaa067f291dcdd4b30f72ece27df5b1914c65d0b1 /share
parent733acdde780d1cbccc149fa82fe7290c087b25b3 (diff)
no comma for last item in a NAME list;
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/pool.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/pool.9 b/share/man/man9/pool.9
index c1edd219b54..85bcb7d1697 100644
--- a/share/man/man9/pool.9
+++ b/share/man/man9/pool.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pool.9,v 1.39 2009/01/15 17:35:48 oga Exp $
+.\" $OpenBSD: pool.9,v 1.40 2009/01/15 21:20:15 jmc Exp $
.\" $NetBSD: pool.9,v 1.18 2001/06/21 11:59:01 wiz Exp $
.\"
.\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -40,7 +40,7 @@
.Nm pool_setipl ,
.Nm pool_sethiwat ,
.Nm pool_setlowat ,
-.Nm pool_sethardlimit ,
+.Nm pool_sethardlimit
.Nd resource-pool manager
.Sh SYNOPSIS
.Fd #include <sys/types.h>