aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand
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/libstand
parentf2ac7de925431ada9eb55447031e673f8c4e6257 (diff)
mdoc(7) police: Use the new .In macro for #include statements.
Notes
Notes: svn path=/head/; revision=84306
Diffstat (limited to 'lib/libstand')
-rw-r--r--lib/libstand/libstand.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libstand/libstand.3 b/lib/libstand/libstand.3
index b3c89938d27f..c62d04f71a20 100644
--- a/lib/libstand/libstand.3
+++ b/lib/libstand/libstand.3
@@ -31,7 +31,7 @@
.Nm libstand
.Nd support library for standalone executables
.Sh SYNOPSIS
-.Fd #include <stand.h>
+.In stand.h
.Sh DESCRIPTION
.Nm
provides a set of supporting functions for standalone
@@ -175,7 +175,7 @@ Returns error messages for the subset of errno values supported by
.It Fn assert expression
.Pp
Requires
-.Fd #include <assert.h>
+.In assert.h
.It Xo
.Ft int
.Fn setjmp "jmp_buf env"
@@ -190,7 +190,7 @@ Defined as
and
.Fn _lonjmp
respectively as there is no signal state to manipulate. Requires
-.Fd #include <setjmp.h>
+.In setjmp.h
.El
.Sh CHARACTER I/O
.Bl -hang -width 10n