diff options
author | ru <ru@FreeBSD.org> | 2003-09-10 19:24:35 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-09-10 19:24:35 +0000 |
commit | 1edcd1b018b1c6b16090b99f84f1fa3300795d0b (patch) | |
tree | eef4036b4299212e7d9f218a5394cd119824ab1f /lib/libstand | |
parent | 3cab909501be5c044500f26980d1f9eea870312b (diff) | |
download | FreeBSD-src-1edcd1b018b1c6b16090b99f84f1fa3300795d0b.zip FreeBSD-src-1edcd1b018b1c6b16090b99f84f1fa3300795d0b.tar.gz |
mdoc(7): Properly mark C headers.
Diffstat (limited to 'lib/libstand')
-rw-r--r-- | lib/libstand/libstand.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libstand/libstand.3 b/lib/libstand/libstand.3 index a087b8b..634cc9f 100644 --- a/lib/libstand/libstand.3 +++ b/lib/libstand/libstand.3 @@ -176,7 +176,7 @@ Returns error messages for the subset of errno values supported by .It Fn assert expression .Pp Requires -.In assert.h +.In assert.h . .It Xo .Ft int .Fn setjmp "jmp_buf env" @@ -191,7 +191,7 @@ Defined as and .Fn _longjmp respectively as there is no signal state to manipulate. Requires -.In setjmp.h +.In setjmp.h . .El .Sh CHARACTER I/O .Bl -hang -width 10n |