miscutils/upcasetl.1

43 lines
597 B
Groff
Raw Permalink Normal View History

2022-06-08 10:07:41 +00:00
.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,
2022-06-08 10:07:41 +00:00
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