summaryrefslogtreecommitdiff
path: root/share/man/man9/sysctl_int.9
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2013-06-04 19:27:19 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2013-06-04 19:27:19 +0000
commita10b24aa4fc9786963eebe98947c4d5be3912dff (patch)
tree141a4388ab1a891681f396ae02d8c5953afadbc9 /share/man/man9/sysctl_int.9
parent5d42846e8100568f001be65bfe88d75a09b5cd11 (diff)
Replace old-fashioned .Fd by new-fangled .In for #include lines.
Diff from Jan Klemkow <j dot klemkow at wemelug dot de> on tech@. No objection from jmc@ against this type of change.
Diffstat (limited to 'share/man/man9/sysctl_int.9')
-rw-r--r--share/man/man9/sysctl_int.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/sysctl_int.9 b/share/man/man9/sysctl_int.9
index 661c723cf78..cfbf83d91ea 100644
--- a/share/man/man9/sysctl_int.9
+++ b/share/man/man9/sysctl_int.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl_int.9,v 1.4 2007/05/31 19:20:01 jmc Exp $
+.\" $OpenBSD: sysctl_int.9,v 1.5 2013/06/04 19:27:13 schwarze Exp $
.\"
.\" Copyright (c) 2006 Michael Shalayeff
.\" All rights reserved.
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: June 4 2013 $
.Dt SYSCTL_INT 9
.Os
.Sh NAME
@@ -31,8 +31,8 @@
.Nm sysctl_struct
.Nd kernel sysctl interface
.Sh SYNOPSIS
-.Fd #include <sys/types.h>
-.Fd #include <sys/sysctl.h>
+.In sys/types.h
+.In sys/sysctl.h
.Ft int
.Fn sysctl_int "void *oldp" "size_t *oldlenp" "void *newp" "size_t newlen" "int *valp"
.Ft int