diff options
Diffstat (limited to 'src/lib/libc/stdlib/imaxabs.3')
-rw-r--r-- | src/lib/libc/stdlib/imaxabs.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/imaxabs.3 b/src/lib/libc/stdlib/imaxabs.3 index 74b724fcbf..6c4793477e 100644 --- a/src/lib/libc/stdlib/imaxabs.3 +++ b/src/lib/libc/stdlib/imaxabs.3 | |||
@@ -29,16 +29,16 @@ | |||
29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
30 | .\" SUCH DAMAGE. | 30 | .\" SUCH DAMAGE. |
31 | .\" | 31 | .\" |
32 | .\" $OpenBSD: imaxabs.3,v 1.5 2011/07/07 13:30:28 jmc Exp $ | 32 | .\" $OpenBSD: imaxabs.3,v 1.6 2013/06/05 03:39:23 tedu Exp $ |
33 | .\" | 33 | .\" |
34 | .Dd $Mdocdate: July 7 2011 $ | 34 | .Dd $Mdocdate: June 5 2013 $ |
35 | .Dt IMAXABS 3 | 35 | .Dt IMAXABS 3 |
36 | .Os | 36 | .Os |
37 | .Sh NAME | 37 | .Sh NAME |
38 | .Nm imaxabs | 38 | .Nm imaxabs |
39 | .Nd integer absolute value function | 39 | .Nd integer absolute value function |
40 | .Sh SYNOPSIS | 40 | .Sh SYNOPSIS |
41 | .Fd #include <inttypes.h> | 41 | .In inttypes.h |
42 | .Ft intmax_t | 42 | .Ft intmax_t |
43 | .Fn imaxabs "intmax_t j" | 43 | .Fn imaxabs "intmax_t j" |
44 | .Sh DESCRIPTION | 44 | .Sh DESCRIPTION |