Remove Xrefs to ourselves in SEE ALSO.
This commit is contained in:
parent
d3bfd7c06d
commit
1d92e86fd4
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: isalnum.3,v 1.9 2002/07/10 14:37:13 yamt Exp $
|
||||
.\" $NetBSD: isalnum.3,v 1.10 2002/07/10 23:31:32 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
|
@ -63,7 +63,6 @@ The
|
|||
macro returns zero if the character tests false and
|
||||
returns non-zero if the character tests true.
|
||||
.Sh SEE ALSO
|
||||
.Xr isalnum 3 ,
|
||||
.Xr isalpha 3 ,
|
||||
.Xr isascii 3 ,
|
||||
.Xr isblank 3 ,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: isdigit.3,v 1.8 2002/07/10 14:37:13 yamt Exp $
|
||||
.\" $NetBSD: isdigit.3,v 1.9 2002/07/10 23:31:32 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
|
@ -64,7 +64,6 @@ returns non-zero if the character tests true.
|
|||
.Xr isascii 3 ,
|
||||
.Xr isblank 3 ,
|
||||
.Xr iscntrl 3 ,
|
||||
.Xr isdigit 3 ,
|
||||
.Xr isgraph 3 ,
|
||||
.Xr islower 3 ,
|
||||
.Xr isprint 3 ,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: toupper.3,v 1.10 2002/02/07 07:00:18 ross Exp $
|
||||
.\" $NetBSD: toupper.3,v 1.11 2002/07/10 23:31:32 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1991 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
|
@ -83,7 +83,6 @@ one; otherwise the argument is returned unchanged.
|
|||
.Xr isxdigit 3 ,
|
||||
.Xr stdio 3 ,
|
||||
.Xr toascii 3 ,
|
||||
.Xr toupper 3 ,
|
||||
.Xr ascii 7
|
||||
.Sh STANDARDS
|
||||
The
|
||||
|
|
Loading…
Reference in New Issue