Fix missing quote.
This commit is contained in:
parent
d3c6cf0458
commit
326820b20c
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: puffs_cred.3,v 1.4 2009/02/20 14:26:56 pooka Exp $
|
||||
.\" $NetBSD: puffs_cred.3,v 1.5 2009/04/11 15:36:22 joerg Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2007 Antti Kantee. All rights reserved.
|
||||
.\"
|
||||
@ -34,7 +34,7 @@
|
||||
.Sh SYNOPSIS
|
||||
.In puffs.h
|
||||
.Ft int
|
||||
.Fn puffs_cred_getuid "const struct puffs_cred *pcr" "uid_t *uid
|
||||
.Fn puffs_cred_getuid "const struct puffs_cred *pcr" "uid_t *uid"
|
||||
.Ft int
|
||||
.Fn puffs_cred_getgid "const struct puffs_cred *pcr" "gid_t *gid"
|
||||
.Ft int
|
||||
|
Loading…
Reference in New Issue
Block a user