diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2008-05-02 17:36:22 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2008-05-02 17:36:22 +0000 |
commit | b9540a02a89b621e54eaa586c36c703948b2cdfd (patch) | |
tree | 4925a59a40fb41ffcc21ee9812af6de3f96a622b /share/man/man4/auditpipe.4 | |
parent | a41aabe249b8b9837e46821c15281971a6048a96 (diff) |
Fix type name: struct auditpipe_preselect is actually struct
auditpipe_ioctl_preselect.
MFC after: 3 days
Submitted by: Stacey D. Son <stacey at son.org>
Notes
Notes:
svn path=/head/; revision=178726
Diffstat (limited to 'share/man/man4/auditpipe.4')
-rw-r--r-- | share/man/man4/auditpipe.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/auditpipe.4 b/share/man/man4/auditpipe.4 index 8d62e7e3931b..7ba35afcb471 100644 --- a/share/man/man4/auditpipe.4 +++ b/share/man/man4/auditpipe.4 @@ -185,7 +185,7 @@ The ioctl argument should be of type .It Dv AUDITPIPE_GET_PRESELECT_AUID Query the current preselection masks for a specific auid on the pipe. The ioctl argument should be of type -.Vt "struct auditpipe_preselect" . +.Vt "struct auditpipe_ioctl_preselect" . The auid to query is specified via the .Va ap_auid field of type |