Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/stdlib Fix typo
details: https://anonhg.NetBSD.org/src/rev/ee60eab619ae
branches: trunk
changeset: 349640:ee60eab619ae
user: abhinav <abhinav%NetBSD.org@localhost>
date: Sat Dec 17 06:17:16 2016 +0000
description:
Fix typo
diffstat:
lib/libc/stdlib/div.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 53137c38cd65 -r ee60eab619ae lib/libc/stdlib/div.3
--- a/lib/libc/stdlib/div.3 Sat Dec 17 03:46:52 2016 +0000
+++ b/lib/libc/stdlib/div.3 Sat Dec 17 06:17:16 2016 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: div.3,v 1.14 2011/05/03 09:36:24 wiz Exp $
+.\" $NetBSD: div.3,v 1.15 2016/12/17 06:17:16 abhinav Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -67,7 +67,7 @@
denoting the quotient and the remainder.
The type of these correspond with the underlying type of the function.
.Sh EXAMPLES
-The following example demonstrate the basic usage of the functions.
+The following example demonstrates the basic usage of the functions.
.Bd -literal -offset indent
div_t d;
Home |
Main Index |
Thread Index |
Old Index