diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-08-23 14:25:30 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-08-23 14:25:30 +0000 |
commit | dae94ab173d8d8e0e41653a3b3ae7fe4d5606d5f (patch) | |
tree | 2480ea91d2ed2c1012e06b4c0bb15c653718294a /lib/libc/gen | |
parent | 3d980d660d66d8a1afa0187a20f482217378a380 (diff) |
Add missing commas after auth_getitem and auth_setitem in NAME section.
Problem found by makewhatis -p / espie.
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/auth_subr.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/auth_subr.3 b/lib/libc/gen/auth_subr.3 index c602f14cd00..0ac67dd042a 100644 --- a/lib/libc/gen/auth_subr.3 +++ b/lib/libc/gen/auth_subr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: auth_subr.3,v 1.3 2001/03/01 20:16:34 aaron Exp $ +.\" $OpenBSD: auth_subr.3,v 1.4 2001/08/23 14:25:29 millert Exp $ .\" .\" Copyright (c) 1997 Berkeley Software Design, Inc. All rights reserved. .\" @@ -45,13 +45,13 @@ .Nm auth_clrenv , .Nm auth_clroption , .Nm auth_clroptions , -.Nm auth_getitem +.Nm auth_getitem , .Nm auth_getstate , .Nm auth_getvalue , .Nm auth_set_va_list , .Nm auth_setdata , .Nm auth_setenv , -.Nm auth_setitem +.Nm auth_setitem , .Nm auth_setoption , .Nm auth_setpwd , .Nm auth_setstate |