miscutils/upcasetl.1

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