[comp.os.minix] Skeleton manual for NRO

mbeck@brl.mil (SECAD-guest) (09/12/89)

Hello -

A skeleton man-page was found while digging around the White Sands CP/M
archives.  Thinking that a 'standard' format for manual pages would be
nice, I generated the following shar file from PD2:<CPM.BDSC-4>NRO.CQ .
The "files" entry was modified slightly to reflect where NRO expects the
macro files to be.

Regards,
Mark Becker
--------------------------------------------------------------------
#! /bin/sh
# This is a shell archive, meaning:
# 1. Remove everything above the #! /bin/sh line.
# 2. Save the resulting text in a file.
# 3. Execute the file with /bin/sh (not csh) to create the files:
#	skeleton.nro
# This archive created: Mon Sep 11 14:06:53 1989
export PATH; PATH=/bin:$PATH
echo shar: extracting "'skeleton.nro'" '(371 characters)'
if test -f 'skeleton.nro'
then
	echo shar: will not over-write existing file "'skeleton.nro'"
else
sed 's/^X//' << \SHAR_EOF > 'skeleton.nro'
X.TH SKELETON 1 "New Manual Name"
X.SH NAME
Xskeleton - sample manual page
X.SH SYNOPSIS
X.bo
Xskeleton
X[options]
X.SH DESCRIPTION
XThis section describes the program or file.
X.SH CAVEATS
X.SH EXAMPLES
XJust what the name implies.
X.SH FILES
X/usr/lib/tmac/tmac.*
X.SH "RETURN VALUE"
X.SH "SEE ALSO"
Xnro(1),
Xman(7)
X.SH WARNINGS
X.SH BUGS
XThey are everywhere
X.SH MISCELLANEOUS
X.SH NOTES
SHAR_EOF
if test 371 -ne "`wc -c < 'skeleton.nro'`"
then
	echo shar: error transmitting "'skeleton.nro'" '(should have been 371 characters)'
fi
fi # end of overwriting check
#	End of shell archive
exit 0