diff options
author | ru <ru@FreeBSD.org> | 2001-11-21 16:19:50 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-11-21 16:19:50 +0000 |
commit | a7f5495c62129beb08e8bef209ee0e394a8651a3 (patch) | |
tree | 9fda5ed657b3a52e0737652661d84437f950354c /lib/libc/stdlib/imaxabs.3 | |
parent | 05f71d823e1d27ebf4224bc2385474aef98bbbbb (diff) | |
download | FreeBSD-src-a7f5495c62129beb08e8bef209ee0e394a8651a3.zip FreeBSD-src-a7f5495c62129beb08e8bef209ee0e394a8651a3.tar.gz |
mdoc(7) police: fixed typos and minor markup nits.
Diffstat (limited to 'lib/libc/stdlib/imaxabs.3')
-rw-r--r-- | lib/libc/stdlib/imaxabs.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/imaxabs.3 b/lib/libc/stdlib/imaxabs.3 index 3b92563..430f873 100644 --- a/lib/libc/stdlib/imaxabs.3 +++ b/lib/libc/stdlib/imaxabs.3 @@ -34,7 +34,7 @@ .Lb libc .Sh SYNOPSIS .In inttypes.h -.Ft "intmax_t" +.Ft intmax_t .Fn imaxabs "intmax_t j" .Sh DESCRIPTION The @@ -50,7 +50,7 @@ function returns the absolute value of .Xr math 3 .Sh STANDARDS The -.Fm imaxabs +.Fn imaxabs function conforms to .St -isoC-99 . .Sh HISTORY |