Module Name: src
Committed By: wiz
Date: Sat Jul 11 15:51:33 UTC 2015
Modified Files:
src/lib/libc/stdlib: strtou.3
Log Message:
Add missing Fc.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/stdlib/strtou.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/stdlib/strtou.3
diff -u src/lib/libc/stdlib/strtou.3:1.2 src/lib/libc/stdlib/strtou.3:1.3
--- src/lib/libc/stdlib/strtou.3:1.2 Sun May 3 12:28:20 2015
+++ src/lib/libc/stdlib/strtou.3 Sat Jul 11 15:51:33 2015
@@ -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