diff options
Diffstat (limited to 'regress/man/UC')
-rw-r--r-- | regress/man/UC/Makefile | 5 | ||||
-rw-r--r-- | regress/man/UC/basic.in | 10 | ||||
-rw-r--r-- | regress/man/UC/basic.out_ascii | 9 |
3 files changed, 24 insertions, 0 deletions
diff --git a/regress/man/UC/Makefile b/regress/man/UC/Makefile new file mode 100644 index 00000000..44cf0519 --- /dev/null +++ b/regress/man/UC/Makefile @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile,v 1.1 2022/04/27 17:04:15 schwarze Exp $ + +REGRESS_TARGETS = basic + +.include <bsd.regress.mk> diff --git a/regress/man/UC/basic.in b/regress/man/UC/basic.in new file mode 100644 index 00000000..f6f71be0 --- /dev/null +++ b/regress/man/UC/basic.in @@ -0,0 +1,10 @@ +.\" $OpenBSD: basic.in,v 1.1 2022/04/27 17:04:15 schwarze Exp $ +.TH UC-BASIC 1 "April 27, 2022" +.SH NAME +UC-basic \- the University of California footer macro +.SH DESCRIPTION +initial text +.B +.UC +bold text +final text diff --git a/regress/man/UC/basic.out_ascii b/regress/man/UC/basic.out_ascii new file mode 100644 index 00000000..fa29e19d --- /dev/null +++ b/regress/man/UC/basic.out_ascii @@ -0,0 +1,9 @@ +UC-BASIC(1) General Commands Manual UC-BASIC(1) + +NNAAMMEE + UC-basic - the University of California footer macro + +DDEESSCCRRIIPPTTIIOONN + initial text bboolldd tteexxtt final text + +3rd Berkeley Distribution April 27, 2022 UC-BASIC(1) |