cleanup: All the whitespace fixes, all at once.
[mLib] / man / mdwopt.3
index 4da4233..11111aa 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*-nroff-*-
-.TH mdwopt 3 "6 July 1999" mLib
+.TH mdwopt 3 "6 July 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH "NAME"
 mdwopt \- command-line option parser
 .\" @mdwopt
@@ -87,7 +87,7 @@ When a short option controls a flag setting, it is sometimes possible to
 explicitly turn the flag off, as well as turning it on, (usually to
 override default options).  This is usually done by using a
 .RB ` + '
-instead of a 
+instead of a
 .RB ` \- '
 to introduce the option.  (Some programs use upper-case option letters
 to indicate this instead.)
@@ -281,7 +281,7 @@ matching entry is stored in the
 .I longind
 variable, passed to
 .B mdwopt
-(unless 
+(unless
 .I longind
 is null): a value of \-1 indicates that no long option was found. The
 behaviour is then dependent on the values in the table entry.
@@ -430,4 +430,4 @@ function.
 .BR getopt (3),
 .BR mLib (3).
 .SH "AUTHOR"
-Mark Wooding, <mdw@nsict.org>
+Mark Wooding, <mdw@distorted.org.uk>