]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/form_variables.3x
ncurses 6.0 - patch 20150808
[ncurses.git] / man / form_variables.3x
index 4d77d05c1ff122f12aa2a8138bcd84220fac9250..f4af349b1699d0873174e38355b1c2bac86f054a 100644 (file)
@@ -1,5 +1,5 @@
 .\"***************************************************************************
-.\" Copyright (c) 2010 Free Software Foundation, Inc.                        *
+.\" Copyright (c) 2010,2013 Free Software Foundation, Inc.                   *
 .\"                                                                          *
 .\" Permission is hereby granted, free of charge, to any person obtaining a  *
 .\" copy of this software and associated documentation files (the            *
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: form_variables.3x,v 1.1 2010/09/11 21:39:48 tom Exp $
+.\" $Id: form_variables.3x,v 1.4 2013/06/22 17:58:32 tom Exp $
 .TH form_variables 3X ""
 .ds n 5
 .na
 .hy 0
 .SH NAME
-TYPE_ALNUM
-TYPE_ALPHA
-TYPE_ENUM
-TYPE_INTEGER
-TYPE_IPV4
-TYPE_NUMERIC
-TYPE_REGEXP
+\fBTYPE_ALNUM\fR,
+\fBTYPE_ALPHA\fR,
+\fBTYPE_ENUM\fR,
+\fBTYPE_INTEGER\fR,
+\fBTYPE_IPV4\fR,
+\fBTYPE_NUMERIC\fR,
+\fBTYPE_REGEXP\fR
 \- form system global variables
 .ad
 .hy
 .SH SYNOPSIS
 .nf
 \fB#include <form.h>\fR
-.br
 .PP
 \fBFIELDTYPE * TYPE_ALNUM;\fR
 \fBFIELDTYPE * TYPE_ALPHA;\fR
@@ -54,7 +53,6 @@ TYPE_REGEXP
 \fBFIELDTYPE * TYPE_IPV4;\fR
 \fBFIELDTYPE * TYPE_NUMERIC;\fR
 \fBFIELDTYPE * TYPE_REGEXP;\fR
-.br
 .fi
 .SH DESCRIPTION
 These are building blocks for the form library,
@@ -80,9 +78,3 @@ The \fBTYPE_IPV4\fP variable is an extension not provided by older
 implementations of the form library.
 .SH SEE ALSO
 \fBform\fR(3X).
-.\"#
-.\"# The following sets edit modes for GNU EMACS
-.\"# Local Variables:
-.\"# mode:nroff
-.\"# fill-column:79
-.\"# End: