diff options
author | ru <ru@FreeBSD.org> | 2003-09-08 19:57:22 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-09-08 19:57:22 +0000 |
commit | 1c23ef339bcd24785a7edbf6087f4e9c1054a22e (patch) | |
tree | f208c0020248a2800766b91d7bf24e0234629b8b /lib/libc/stdlib | |
parent | ecf79cde9e1b8a35a0190579797cc483bcd50714 (diff) | |
download | FreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.zip FreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.tar.gz |
mdoc(7): Use the new feature of the .In macro.
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/hcreate.3 | 2 | ||||
-rw-r--r-- | lib/libc/stdlib/rand.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/hcreate.3 b/lib/libc/stdlib/hcreate.3 index df46b2d..88943c1 100644 --- a/lib/libc/stdlib/hcreate.3 +++ b/lib/libc/stdlib/hcreate.3 @@ -61,7 +61,7 @@ The argument is a structure of type .Vt ENTRY (defined in the -.Aq Pa search.h +.In search.h header) containing two pointers: .Fa item.key points to the comparison key (a diff --git a/lib/libc/stdlib/rand.3 b/lib/libc/stdlib/rand.3 index 513a9f6..c0500ba 100644 --- a/lib/libc/stdlib/rand.3 +++ b/lib/libc/stdlib/rand.3 @@ -69,7 +69,7 @@ function computes a sequence of pseudo-random integers in the range of 0 to .Dv RAND_MAX (as defined by the header file -.Aq Pa stdlib.h ) . +.In stdlib.h ) . .Pp The .Fn srand |