summaryrefslogtreecommitdiffstats
path: root/lib/libcompat
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-10-01 16:09:29 +0000
committerru <ru@FreeBSD.org>2001-10-01 16:09:29 +0000
commit623da62a5a107f8c09ce13cac2352200842890c6 (patch)
tree0ba5da0413d7f6bd39551fb636861f2919892751 /lib/libcompat
parent0163eae9720c84e99a846110ca1db02eab99186e (diff)
downloadFreeBSD-src-623da62a5a107f8c09ce13cac2352200842890c6.zip
FreeBSD-src-623da62a5a107f8c09ce13cac2352200842890c6.tar.gz
mdoc(7) police: Use the new .In macro for #include statements.
Diffstat (limited to 'lib/libcompat')
-rw-r--r--lib/libcompat/4.1/cftime.32
-rw-r--r--lib/libcompat/4.1/ftime.34
-rw-r--r--lib/libcompat/4.1/getpw.32
-rw-r--r--lib/libcompat/4.1/stty.32
-rw-r--r--lib/libcompat/4.3/lsearch.32
-rw-r--r--lib/libcompat/4.3/re_comp.32
-rw-r--r--lib/libcompat/4.4/cuserid.32
-rw-r--r--lib/libcompat/regexp/regexp.32
8 files changed, 9 insertions, 9 deletions
diff --git a/lib/libcompat/4.1/cftime.3 b/lib/libcompat/4.1/cftime.3
index fd4e066..84b094b 100644
--- a/lib/libcompat/4.1/cftime.3
+++ b/lib/libcompat/4.1/cftime.3
@@ -44,7 +44,7 @@
.Sh LIBRARY
.Lb libcompat
.Sh SYNOPSIS
-.Fd #include <time.h>
+.In time.h
.Ft int
.Fn cftime "char *s" "char *format" "const time_t *clock"
.Ft int
diff --git a/lib/libcompat/4.1/ftime.3 b/lib/libcompat/4.1/ftime.3
index 2642387..4a80a8f 100644
--- a/lib/libcompat/4.1/ftime.3
+++ b/lib/libcompat/4.1/ftime.3
@@ -41,8 +41,8 @@
.Sh LIBRARY
.Lb libcompat
.Sh SYNOPSIS
-.Fd #include <sys/types.h>
-.Fd #include <sys/timeb.h>
+.In sys/types.h
+.In sys/timeb.h
.Ft int
.Fn ftime "struct timeb *tp"
.Sh DESCRIPTION
diff --git a/lib/libcompat/4.1/getpw.3 b/lib/libcompat/4.1/getpw.3
index f1a57c5..3897136 100644
--- a/lib/libcompat/4.1/getpw.3
+++ b/lib/libcompat/4.1/getpw.3
@@ -41,7 +41,7 @@
.Sh LIBRARY
.Lb libcompat
.Sh SYNOPSIS
-.Fd #include <sys/types.h>
+.In sys/types.h
.Ft int
.Fn getpw "uid_t uid" "char *buf"
.Sh DESCRIPTION
diff --git a/lib/libcompat/4.1/stty.3 b/lib/libcompat/4.1/stty.3
index a1f89d1..71b4614 100644
--- a/lib/libcompat/4.1/stty.3
+++ b/lib/libcompat/4.1/stty.3
@@ -42,7 +42,7 @@
.Sh LIBRARY
.Lb libcompat
.Sh SYNOPSIS
-.Fd #include <sgtty.h>
+.In sgtty.h
.Ft int
.Fn stty "int fd" "struct sgttyb *buf"
.Ft int
diff --git a/lib/libcompat/4.3/lsearch.3 b/lib/libcompat/4.3/lsearch.3
index 40b2c3e..3863ce1 100644
--- a/lib/libcompat/4.3/lsearch.3
+++ b/lib/libcompat/4.3/lsearch.3
@@ -42,7 +42,7 @@
.Sh LIBRARY
.Lb libcompat
.Sh SYNOPSIS
-.Fd #include <sys/types.h>
+.In sys/types.h
.Ft char *
.Fn lsearch "const void *key" "const void *base" "size_t *nelp" "size_t width" "int (*compar)(void *, void *)"
.Ft char *
diff --git a/lib/libcompat/4.3/re_comp.3 b/lib/libcompat/4.3/re_comp.3
index c4830b0..902ef3d 100644
--- a/lib/libcompat/4.3/re_comp.3
+++ b/lib/libcompat/4.3/re_comp.3
@@ -42,7 +42,7 @@
.Sh LIBRARY
.Lb libcompat
.Sh SYNOPSIS
-.Fd #include <unistd.h>
+.In unistd.h
.Ft char *
.Fn re_comp "const char *s"
.Ft int
diff --git a/lib/libcompat/4.4/cuserid.3 b/lib/libcompat/4.4/cuserid.3
index 5141c03..dc4bf53 100644
--- a/lib/libcompat/4.4/cuserid.3
+++ b/lib/libcompat/4.4/cuserid.3
@@ -40,7 +40,7 @@
.Sh LIBRARY
.Lb libcompat
.Sh SYNOPSIS
-.Fd #include <stdio.h>
+.In stdio.h
.Ft char *
.Fn cuserid "char *s"
.Sh DESCRIPTION
diff --git a/lib/libcompat/regexp/regexp.3 b/lib/libcompat/regexp/regexp.3
index 3ddf30b..601ffbd 100644
--- a/lib/libcompat/regexp/regexp.3
+++ b/lib/libcompat/regexp/regexp.3
@@ -44,7 +44,7 @@
.Sh LIBRARY
.Lb libcompat
.Sh SYNOPSIS
-.Fd #include <regexp.h>
+.In regexp.h
.Ft regexp *
.Fn regcomp "const char *exp"
.Ft int
OpenPOWER on IntegriCloud