diff options
| author | wiz <wiz@NetBSD.org> | 2015-07-11 15:51:33 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2015-07-11 15:51:33 +0000 |
| commit | 59ff54dfccee549772051d168d2c23da65ad33e7 (patch) | |
| tree | 1a510d3da525ba3764550e84d1921ccd9a0ac971 /lib/libc/stdlib | |
| parent | 0866e55830762b333b648f6ccfae537cddfa6fed (diff) | |
Add missing Fc.
Diffstat (limited to 'lib/libc/stdlib')
| -rw-r--r-- | lib/libc/stdlib/strtou.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/strtou.3 b/lib/libc/stdlib/strtou.3 index bc11c4d7943..bde9365f9c0 100644 --- a/lib/libc/stdlib/strtou.3 +++ b/lib/libc/stdlib/strtou.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: strtou.3,v 1.2 2015/05/03 12:28:20 wiz Exp $ +.\" $NetBSD: strtou.3,v 1.3 2015/07/11 15:51:33 wiz Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -54,6 +54,7 @@ .Fa "uintmax_t lo" .Fa "uintmax_t hi" .Fa "int *rstatus" +.Fc .Sh DESCRIPTION The .Fn strtou |
