Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Reference strsuftoll(3) and orders(7) with each other.



details:   https://anonhg.NetBSD.org/src/rev/ffbb5e9dc491
branches:  trunk
changeset: 759650:ffbb5e9dc491
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue Dec 14 13:00:34 2010 +0000

description:
Reference strsuftoll(3) and orders(7) with each other.

diffstat:

 lib/libc/stdlib/strsuftoll.3 |  7 ++++---
 share/man/man7/orders.7      |  3 ++-
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (45 lines):

diff -r 0cdaf0539b83 -r ffbb5e9dc491 lib/libc/stdlib/strsuftoll.3
--- a/lib/libc/stdlib/strsuftoll.3      Tue Dec 14 11:03:17 2010 +0000
+++ b/lib/libc/stdlib/strsuftoll.3      Tue Dec 14 13:00:34 2010 +0000
@@ -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
diff -r 0cdaf0539b83 -r ffbb5e9dc491 share/man/man7/orders.7
--- a/share/man/man7/orders.7   Tue Dec 14 11:03:17 2010 +0000
+++ b/share/man/man7/orders.7   Tue Dec 14 13:00:34 2010 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index