Source-Changes-HG archive

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

[src/trunk]: src/share/man/man3 Xref unistd(3).



details:   https://anonhg.NetBSD.org/src/rev/757516a568cd
branches:  trunk
changeset: 764004:757516a568cd
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sun Apr 10 10:02:34 2011 +0000

description:
Xref unistd(3).

diffstat:

 share/man/man3/param.3  |  7 ++++---
 share/man/man3/stddef.3 |  7 ++++---
 share/man/man3/stdint.3 |  7 ++++---
 share/man/man3/stdlib.3 |  8 +++++---
 share/man/man3/types.3  |  7 ++++---
 5 files changed, 21 insertions(+), 15 deletions(-)

diffs (141 lines):

diff -r f4fcbc0aa37f -r 757516a568cd share/man/man3/param.3
--- a/share/man/man3/param.3    Sun Apr 10 10:01:06 2011 +0000
+++ b/share/man/man3/param.3    Sun Apr 10 10:02:34 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: param.3,v 1.3 2011/04/08 08:40:05 jruoho Exp $
+.\" $NetBSD: param.3,v 1.4 2011/04/10 10:02:34 jruoho Exp $
 .\"
 .\" Copyright (c) 2011 Jukka Ruohonen <jruohonen%iki.fi@localhost>
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd April 8, 2011
+.Dd April 10, 2011
 .Dt PARAM 3
 .Os
 .Sh NAME
@@ -92,7 +92,8 @@
 .Sh SEE ALSO
 .Xr bitops 3 ,
 .Xr cdefs 3 ,
-.Xr types 3
+.Xr types 3 ,
+.Xr unistd 3
 .Sh HISTORY
 A
 .In param.h
diff -r f4fcbc0aa37f -r 757516a568cd share/man/man3/stddef.3
--- a/share/man/man3/stddef.3   Sun Apr 10 10:01:06 2011 +0000
+++ b/share/man/man3/stddef.3   Sun Apr 10 10:02:34 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: stddef.3,v 1.7 2010/05/14 02:45:39 joerg Exp $
+.\" $NetBSD: stddef.3,v 1.8 2011/04/10 10:02:34 jruoho Exp $
 .\"
 .\" Copyright (c) 2010 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 March 21, 2010
+.Dd April 10, 2011
 .Dt STDDEF 3
 .Os
 .Sh NAME
@@ -67,7 +67,8 @@
 Some of the described types and macros may appear also in other headers.
 .Sh SEE ALSO
 .Xr offsetof 3 ,
-.Xr stdlib 3
+.Xr stdlib 3 ,
+.Xr unistd 3
 .Sh STANDARDS
 As described here, the
 .In stddef.h
diff -r f4fcbc0aa37f -r 757516a568cd share/man/man3/stdint.3
--- a/share/man/man3/stdint.3   Sun Apr 10 10:01:06 2011 +0000
+++ b/share/man/man3/stdint.3   Sun Apr 10 10:02:34 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: stdint.3,v 1.4 2010/03/21 19:42:51 jruoho Exp $
+.\" $NetBSD: stdint.3,v 1.5 2011/04/10 10:02:34 jruoho Exp $
 .\"
 .\" Copyright (c) 2002 Mike Barcroft <mike%FreeBSD.org@localhost>
 .\" All rights reserved.
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD: src/share/man/man7/stdint.7,v 1.5 2003/09/08 19:57:21 ru Exp $
 .\"
-.Dd March 20, 2010
+.Dd April 10, 2011
 .Dt STDINT 3
 .Os
 .Sh NAME
@@ -122,7 +122,8 @@
 .Vt void .
 .Sh SEE ALSO
 .Xr inttypes 3 ,
-.Xr stdbool 3
+.Xr stdbool 3 ,
+.Xr unistd 3
 .Sh STANDARDS
 The
 .In stdint.h
diff -r f4fcbc0aa37f -r 757516a568cd share/man/man3/stdlib.3
--- a/share/man/man3/stdlib.3   Sun Apr 10 10:01:06 2011 +0000
+++ b/share/man/man3/stdlib.3   Sun Apr 10 10:02:34 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: stdlib.3,v 1.2 2010/05/14 02:45:39 joerg Exp $
+.\" $NetBSD: stdlib.3,v 1.3 2011/04/10 10:02:34 jruoho Exp $
 .\"
 .\" Copyright (c) 2010 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 March 25, 2010
+.Dd April 10, 2011
 .Dt STDLIB 3
 .Os
 .Sh NAME
@@ -93,7 +93,9 @@
 and
 .Xr strtol 3 .
 .Sh SEE ALSO
-.Xr stddef 3
+.Xr stddef 3 ,
+.Xr types 3 ,
+.Xr unistd 3
 .Sh STANDARDS
 As described here, the
 .In stdlib.h
diff -r f4fcbc0aa37f -r 757516a568cd share/man/man3/types.3
--- a/share/man/man3/types.3    Sun Apr 10 10:01:06 2011 +0000
+++ b/share/man/man3/types.3    Sun Apr 10 10:02:34 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: types.3,v 1.5 2011/04/08 07:55:04 jruoho Exp $
+.\"    $NetBSD: types.3,v 1.6 2011/04/10 10:02:34 jruoho Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -56,7 +56,7 @@
 .\"
 .\"     @(#)types.5    8.1 (Berkeley) 6/5/93
 .\"
-.Dd April 8, 2011
+.Dd April 10, 2011
 .Dt TYPES 3
 .Os
 .Sh NAME
@@ -207,7 +207,8 @@
 .Xr stdbool 3 ,
 .Xr stddef 3 ,
 .Xr stdint 3 ,
-.Xr stdlib 3
+.Xr stdlib 3 ,
+.Xr unistd 3
 .Sh STANDARDS
 The
 .In sys/types.h



Home | Main Index | Thread Index | Old Index