aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/posix1e/acl_create_entry.3
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-10-01 16:09:29 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-10-01 16:09:29 +0000
commit32eef9aeb1f39a1623cea55da147c89abbd5b9a5 (patch)
tree0ba5da0413d7f6bd39551fb636861f2919892751 /lib/libc/posix1e/acl_create_entry.3
parentf2ac7de925431ada9eb55447031e673f8c4e6257 (diff)
downloadsrc-32eef9aeb1f39a1623cea55da147c89abbd5b9a5.tar.gz
src-32eef9aeb1f39a1623cea55da147c89abbd5b9a5.zip
mdoc(7) police: Use the new .In macro for #include statements.
Notes
Notes: svn path=/head/; revision=84306
Diffstat (limited to 'lib/libc/posix1e/acl_create_entry.3')
-rw-r--r--lib/libc/posix1e/acl_create_entry.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/posix1e/acl_create_entry.3 b/lib/libc/posix1e/acl_create_entry.3
index c5820bd29597..47db02f30f8c 100644
--- a/lib/libc/posix1e/acl_create_entry.3
+++ b/lib/libc/posix1e/acl_create_entry.3
@@ -34,8 +34,8 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include <sys/types.h>
-.Fd #include <sys/acl.h>
+.In sys/types.h
+.In sys/acl.h
.Ft int
.Fn acl_create_entry "acl_t *acl_p" "acl_entry_t *entry_p"
.Sh DESCRIPTION