Last active
March 13, 2021 01:29
-
-
Save jbenner-radham/158f659331f22ae5a0151c40ccc46f00 to your computer and use it in GitHub Desktop.
An mdoc skeleton document.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.Dd $Mdocdate$ | |
.Dt PROGNAME 1 | |
.Os | |
.\" | |
.Sh NAME | |
.\" ==== | |
.Nm progname | |
.Nd ... | |
.\" | |
.Sh SYNOPSIS | |
.\" ======== | |
.Nm | |
.\" | |
.Sh DESCRIPTION | |
.\" =========== | |
\&... | |
.\" | |
.Sh EXIT STATUS | |
.\" =========== | |
.Ex -std | |
.\" | |
.Sh AUTHORS | |
.\" ======= | |
.An John Doe Aq Mt [email protected] | |
.Pq Lk http://www.example.com/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment