From: jmc Date: Thu, 13 Sep 2018 16:50:54 +0000 (+0000) Subject: missing comma in previous; X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=247715d895afb6418e9acb604df85deef84bf50b;p=openbsd missing comma in previous; --- diff --git a/lib/libc/gen/pwcache.3 b/lib/libc/gen/pwcache.3 index 80bb7cc22d3..1f37c035560 100644 --- a/lib/libc/gen/pwcache.3 +++ b/lib/libc/gen/pwcache.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pwcache.3,v 1.14 2018/09/13 12:31:15 millert Exp $ +.\" $OpenBSD: pwcache.3,v 1.15 2018/09/13 16:50:54 jmc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -33,7 +33,7 @@ .Sh NAME .Nm user_from_uid , .Nm uid_from_user , -.Nm group_from_gid +.Nm group_from_gid , .Nm gid_from_group .Nd cache password and group entries .Sh SYNOPSIS