miscutils/upcasetl.1
Atlas Cove 164833a5c1 update troff files for newp, ts, unpage, upcasetl
Fix capitalisation to make it more consistant
2022-11-14 17:20:41 +00:00

43 lines
597 B
Groff

.Dd Jun 22, 2022
.Dt UPCASETL 1
.Os
.Sh NAME
.Nm upcasetl
.Nd Upcase titles and section headers in an ms troff document
.Sh SYNOPSIS
.Nm
.Sh DESCRIPTION
.Nm
Takes an ms troff document in stdin,
and outputs to its stdout the same document
with all
.Qq .TL
and
.Qq .SH
content converted to uppercase.
.Sh EXIT STATUS
.Ex -std
.Sh EXAMPLES
.Bd -literal -offset indent
$ cat sample.ms
\&.TL
This is a sample
\&.AU
Me
\&.SH
A section header
\&.PP
Fin
$ upcasetl <sample.ms
\&.TL
THIS IS A SAMPLE
\&.AU
Me
\&.SH
A SECTION HEADER
\&.PP
Fin
.Ed
.Sh AUTHORS
.An Adolfo Perez Alvarez Aq Mt adolfopa@sdf.org