zsh-workers
 help / color / mirror / code / Atom feed
* UPPERCASE()
@ 1997-02-05  0:17 Zefram
  0 siblings, 0 replies; only message in thread
From: Zefram @ 1997-02-05  0:17 UTC (permalink / raw)
  To: Z Shell workers mailing list

-----BEGIN PGP SIGNED MESSAGE-----

Recent yodl has an UPPERCASE() macro, which we can use to simplify the
man page macros.

 -zefram

 *** Doc/zmacros.yo	1996/12/29 04:54:40	1.2
 --- Doc/zmacros.yo	1997/02/04 14:58:37
 ***************
 *** 24,58 ****
   DEFINEMACRO(NL)(0)(
   )
   
 - DEFINECHARTABLE(toupper)(
 -   'a' = "A"
 -   'b' = "B"
 -   'c' = "C"
 -   'd' = "D"
 -   'e' = "E"
 -   'f' = "F"
 -   'g' = "G"
 -   'h' = "H"
 -   'i' = "I"
 -   'j' = "J"
 -   'k' = "K"
 -   'l' = "L"
 -   'm' = "M"
 -   'n' = "N"
 -   'o' = "O"
 -   'p' = "P"
 -   'q' = "Q"
 -   'r' = "R"
 -   's' = "S"
 -   't' = "T"
 -   'u' = "U"
 -   'v' = "V"
 -   'w' = "W"
 -   'x' = "X"
 -   'y' = "Y"
 -   'z' = "Z"
 - )
 - 
   DEFINEMACRO(ifzman)(1)()
   DEFINEMACRO(ifnzman)(1)(ARG1)
   DEFINEMACRO(ifztexi)(1)()
 --- 24,29 ----
 *** Doc/zman.yo	1997/01/29 05:42:35	1.7
 --- Doc/zman.yo	1997/02/04 14:58:27
 ***************
 *** 62,70 ****
   def(chapter)(1)(CMT())
   
   def(sect)(1)(\
 !   USECHARTABLE(toupper)\
 !   NOTRANS(.SH ")ARG1"NL()\
 !   USECHARTABLE(standard)\
     STDPAR()\
     CMT()\
   )
 --- 62,68 ----
   def(chapter)(1)(CMT())
   
   def(sect)(1)(\
 !   NOTRANS(.SH ")UPPERCASE(ARG1)(0)"NL()\
     STDPAR()\
     CMT()\
   )

-----BEGIN PGP SIGNATURE-----
Version: 2.6.2

iQCVAwUBMvdPfnD/+HJTpU/hAQFdzAQAgDPOyJibWFMSBcMuPuegbIYp/G75cp0s
I4bRUSE6Q/NDoBP01/XBCytCqXlk0fn7HnngvCkms8wKNZZdNeYwFFw/E4IYKSJ2
LUiXtpmKjAOOv5akYURxytxGq9k6I7RzcCCyjqj2pI7XTCWV05KNUNEKYy5+lYXo
3+UjYmJF4d8=
=EXd9
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1997-02-05  0:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-02-05  0:17 UPPERCASE() Zefram

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).