Module Name: src
Committed By: jruoho
Date: Tue Dec 14 13:00:35 UTC 2010
Modified Files:
src/lib/libc/stdlib: strsuftoll.3
src/share/man/man7: orders.7
Log Message:
Reference strsuftoll(3) and orders(7) with each other.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/stdlib/strsuftoll.3
cvs rdiff -u -r1.3 -r1.4 src/share/man/man7/orders.7
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/strsuftoll.3
diff -u src/lib/libc/stdlib/strsuftoll.3:1.10 src/lib/libc/stdlib/strsuftoll.3:1.11
--- src/lib/libc/stdlib/strsuftoll.3:1.10 Sat May 1 08:35:52 2010
+++ src/lib/libc/stdlib/strsuftoll.3 Tue Dec 14 13:00:34 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: strsuftoll.3,v 1.10 2010/05/01 08:35:52 jruoho Exp $
+.\" $NetBSD: strsuftoll.3,v 1.11 2010/12/14 13:00:34 jruoho Exp $
.\"
.\" Copyright (c) 2002,2007 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd May 1, 2010
+.Dd December 14, 2010
.Dt STRSUFTOLL 3
.Os
.Sh NAME
@@ -120,7 +120,8 @@
.El
.Sh SEE ALSO
.Xr errx 3 ,
-.Xr strtoll 3
+.Xr strtoll 3 ,
+.Xr orders 7
.Sh BUGS
At least few limitations should be mentioned:
.Bl -bullet
Index: src/share/man/man7/orders.7
diff -u src/share/man/man7/orders.7:1.3 src/share/man/man7/orders.7:1.4
--- src/share/man/man7/orders.7:1.3 Tue Dec 14 09:51:01 2010
+++ src/share/man/man7/orders.7 Tue Dec 14 13:00:35 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: orders.7,v 1.3 2010/12/14 09:51:01 wiz Exp $
+.\" $NetBSD: orders.7,v 1.4 2010/12/14 13:00:35 jruoho Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -76,6 +76,7 @@
.El
.Sh SEE ALSO
.Xr units 1 ,
+.Xr strsuftoll 3 ,
.Xr number 6
.Sh STANDARDS
There have been various attempts to standardize the set of binary prefixes.