diff options
author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-09-07 14:46:36 +0000 |
---|---|---|
committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-09-07 14:46:36 +0000 |
commit | 8aefde060768b2636e1e9a842692cec605960985 (patch) | |
tree | ae634646eba783e50df1db9f2aa99fa1e4f8ec95 /lib/libc/stdlib/qsort.3 | |
parent | 84b4fdf912a81a94c9472fd4a9204ce4f7b3a789 (diff) |
Move to using .In instead of .Fd #include <> for include mark-up.
Inspired by comment from: dd
Notes
Notes:
svn path=/head/; revision=83206
Diffstat (limited to 'lib/libc/stdlib/qsort.3')
-rw-r--r-- | lib/libc/stdlib/qsort.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/qsort.3 b/lib/libc/stdlib/qsort.3 index cc62a8c71635..4675de4ecd83 100644 --- a/lib/libc/stdlib/qsort.3 +++ b/lib/libc/stdlib/qsort.3 @@ -45,7 +45,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include <stdlib.h> +.In stdlib.h .Ft void .Fn qsort "void *base" "size_t nmemb" "size_t size" "int (*compar)(const void *, const void *)" .Ft int |