diff options
author | joel <joel@FreeBSD.org> | 2012-04-07 09:05:30 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2012-04-07 09:05:30 +0000 |
commit | 0ef023ae5b65d456b59d5ca3f4114a83e693a719 (patch) | |
tree | 53f8c87b3c9cc68bad3c81d4cd26ad253143d1df /share/man/man3 | |
parent | 1c82d1d4eb7185c67fbfeb2bae5c59827856970e (diff) | |
download | FreeBSD-src-0ef023ae5b65d456b59d5ca3f4114a83e693a719.zip FreeBSD-src-0ef023ae5b65d456b59d5ca3f4114a83e693a719.tar.gz |
mdoc: fix column names, indentation, column separation within each row, and
quotation. Also make sure we have the same amount of columns in each row as
the number of columns we specify in the head arguments.
Reviewed by: brueffer
Diffstat (limited to 'share/man/man3')
-rw-r--r-- | share/man/man3/tgmath.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man3/tgmath.3 b/share/man/man3/tgmath.3 index 70e4a81..0feb13c 100644 --- a/share/man/man3/tgmath.3 +++ b/share/man/man3/tgmath.3 @@ -116,8 +116,8 @@ complex value to a generic argument invokes undefined behaviour: .It Fn erfc Ta Fn hypot Ta Fn lrint Ta Fn scalbln .It Fn exp2 Ta Fn ilogb Ta Fn lround Ta Fn tgamma .It Fn expm1 Ta Fn ldexp Ta Fn nextbyint Ta Fn trunc -.It Fn fdim Ta Fn lgamma Ta Fn nextafter -.It Fn floor Ta Fn llrint Ta Fn nexttoward +.It Fn fdim Ta Fn lgamma Ta Fn nextafter Ta \& +.It Fn floor Ta Fn llrint Ta Fn nexttoward Ta \& .El .Pp The following macros always expand to a complex function: |