diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1997-10-20 15:05:15 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1997-10-20 15:05:15 +0000 |
commit | 2921622c84e83ffb8fd7e0365ba512211dfcc777 (patch) | |
tree | c545ae012a8e882e36ef5a4e01abf5c58372decb /share/man/man7/mdoc.samples.7 | |
parent | 19459ae0e96ad9a1a6428ad5783377d5ad017ec0 (diff) |
point to mdoc.template instead of man.template from m4@umn.edu
Diffstat (limited to 'share/man/man7/mdoc.samples.7')
-rw-r--r-- | share/man/man7/mdoc.samples.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index 463cf4465cb..009ad8b5c07 100644 --- a/share/man/man7/mdoc.samples.7 +++ b/share/man/man7/mdoc.samples.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.samples.7,v 1.4 1997/06/11 08:21:05 deraadt Exp $ +.\" $OpenBSD: mdoc.samples.7,v 1.5 1997/10/20 15:05:14 provos Exp $ .\" $NetBSD: mdoc.samples.7,v 1.5 1996/04/03 20:17:34 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -442,7 +442,7 @@ the backslash. The body of a man page is easily constructed from a basic template found in the file: .Bd -literal -offset indent -\&.\e" /usr/share/misc/man.template: +\&.\e" /usr/share/misc/mdoc.template: \&.\e" The following six lines are required. \&.Dd Month day, year \&.Os OPERATING_SYSTEM [version/release] |