summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@NetBSD.org>2001-04-08 14:13:38 +0000
committertron <tron@NetBSD.org>2001-04-08 14:13:38 +0000
commitbb87fe99b0a0a223368ca0dcd66d471331fe9ecd (patch)
tree904fc48efe8d39e6014a5136820d97910f17502b
parent741e17c0cd4d64dd6c7ea2956910f9a69e96123b (diff)
Correct section numbers: we don't have "3X", use "3" instead.
-rw-r--r--dist/cdk/man/cdk_display.38
-rw-r--r--dist/cdk/man/cdk_entry.312
-rw-r--r--dist/cdk/man/cdk_misc.312
-rw-r--r--dist/cdk/man/cdk_screen.38
-rw-r--r--dist/cdk/man/cdk_viewer.310
5 files changed, 25 insertions, 25 deletions
diff --git a/dist/cdk/man/cdk_display.3 b/dist/cdk/man/cdk_display.3
index 153afead519..41233f51b61 100644
--- a/dist/cdk/man/cdk_display.3
+++ b/dist/cdk/man/cdk_display.3
@@ -4,7 +4,7 @@
.el .ne 3
.IP "\\$1" \\$2
..
-.TH cdk_display 3X "05 Dec 1995"
+.TH cdk_display 3 "05 Dec 1995"
.SH NAME
Cdk - \f2Curses Development Kit\f1 Display Capabilities.
.LP
@@ -319,9 +319,9 @@ void main()
Notice that drawn text can also be justified.
.LP
.SH SEE ALSO
-.BR cdk (3X),
-.BR cdk_binding (3X),
-.BR cdk_screen (3X)
+.BR cdk (3),
+.BR cdk_binding (3),
+.BR cdk_screen (3)
.SH NOTES
The header file \f4<cdk.h>\f1 automatically includes the header files
\f4<curses.h>\f1, \f4<stdlib.h>\f1, \f4<string.h>\f1, \f4<ctype.h>\f1,
diff --git a/dist/cdk/man/cdk_entry.3 b/dist/cdk/man/cdk_entry.3
index 70271bb577c..76a0b3a970e 100644
--- a/dist/cdk/man/cdk_entry.3
+++ b/dist/cdk/man/cdk_entry.3
@@ -4,7 +4,7 @@
.el .ne 3
.IP "\\$1" \\$2
..
-.TH cdk_entry 3X "24 April 1997"
+.TH cdk_entry 3 "24 April 1997"
.SH NAME
newCDKEntry, activateCDKEntry, injectCDKEntry, setCDKEntry,
setCDKEntryValue, getCDKEntryValue,
@@ -541,11 +541,11 @@ Ctrl-L Refreshes the screen.
.fi
.RE
.SH SEE ALSO
-.BR cdk (3X),
-.BR cdk_binding (3X),
-.BR cdk_display (3X),
-.BR cdk_process (3X),
-.BR cdk_screen (3X)
+.BR cdk (3),
+.BR cdk_binding (3),
+.BR cdk_display (3),
+.BR cdk_process (3),
+.BR cdk_screen (3)
.SH NOTES
.PP
The header file \f4<cdk.h>\f1 automatically includes the header files
diff --git a/dist/cdk/man/cdk_misc.3 b/dist/cdk/man/cdk_misc.3
index c1e0a59d1de..574b610f58b 100644
--- a/dist/cdk/man/cdk_misc.3
+++ b/dist/cdk/man/cdk_misc.3
@@ -1,11 +1,11 @@
-.\" $Id: cdk_misc.3,v 1.1.1.1 2001/01/04 19:59:10 garbled Exp $
+.\" $Id: cdk_misc.3,v 1.2 2001/04/08 14:13:38 tron Exp $
.de It
.br
.ie \\n(.$>=3 .ne \\$3
.el .ne 3
.IP "\\$1" \\$2
..
-.TH cdk_misc 3X "28 June 1996"
+.TH cdk_misc 3 "28 June 1996"
.SH NAME
Cdk - \f2Curses Development Kit\f1 Miscellaneous Routines
.LP
@@ -300,10 +300,10 @@ vBOTH This tells the function to remove
.RE
.SH SEE ALSO
-.BR cdk (3X),
-.BR cdk_screen (3X),
-.BR cdk_display (3X),
-.BR cdk_binding (3X)
+.BR cdk (3),
+.BR cdk_screen (3),
+.BR cdk_display (3),
+.BR cdk_binding (3)
.SH NOTES
.PP
The header file \f4<cdk.h>\f1 automatically includes the header files
diff --git a/dist/cdk/man/cdk_screen.3 b/dist/cdk/man/cdk_screen.3
index 86408625dd4..e9871a63fa4 100644
--- a/dist/cdk/man/cdk_screen.3
+++ b/dist/cdk/man/cdk_screen.3
@@ -4,7 +4,7 @@
.el .ne 3
.IP "\\$1" \\$2
..
-.TH cdk_screen 3X "05 Dec 1995"
+.TH cdk_screen 3 "05 Dec 1995"
.SH NAME
initCDKScreen, initCDKColor, registerCDKObject, unregisterCDKObject,
raiseCDKObject, lowerCDKObject, refreshCDKScreen, eraseCDKScreen,
@@ -121,9 +121,9 @@ This function cleans up any memory created by starting Cdk and shuts down
curses.
.RE
.SH SEE ALSO
-.BR cdk (3X),
-.BR cdk_binding (3X),
-.BR cdk_display (3X)
+.BR cdk (3),
+.BR cdk_binding (3),
+.BR cdk_display (3)
.SH NOTES
.PP
The header file \f4<cdk.h>\f1 automatically includes the header files
diff --git a/dist/cdk/man/cdk_viewer.3 b/dist/cdk/man/cdk_viewer.3
index a809712509a..21aea2d4de3 100644
--- a/dist/cdk/man/cdk_viewer.3
+++ b/dist/cdk/man/cdk_viewer.3
@@ -4,7 +4,7 @@
.el .ne 3
.IP "\\$1" \\$2
..
-.TH cdk_viewer 3X "24 April 1997"
+.TH cdk_viewer 3 "24 April 1997"
.SH NAME
newCDKViewer, activateCDKViewer, setCDKViewer,
setCDKViewerInfo, getCDKViewerInfo,
@@ -433,10 +433,10 @@ Ctrl-L Refreshes the screen.
.RE
.fi
.SH SEE ALSO
-.BR cdk (3X),
-.BR cdk_binding (3X),
-.BR cdk_display (3X),
-.BR cdk_screen (3X)
+.BR cdk (3),
+.BR cdk_binding (3),
+.BR cdk_display (3),
+.BR cdk_screen (3)
.SH NOTES
.PP
The header file \f4<cdk.h>\f1 automatically includes the header files