KNF, err, well, "indent"
This commit is contained in:
parent
9856438e91
commit
f80ddd2066
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: andoc,v 1.5 2002/01/03 16:30:16 tv Exp $
|
||||
.\" $NetBSD: andoc,v 1.6 2002/02/07 09:34:11 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
|
@ -36,17 +36,19 @@
|
|||
.\" If -mdoc macros, source tmac.mdoc
|
||||
.\" If -man macros, check to see if groff or troff/nroff is being used
|
||||
.\"
|
||||
.
|
||||
.de Dd
|
||||
.rn Dd xX
|
||||
.\" XXX the following two are groff-specific
|
||||
.mso tmac.doc
|
||||
.Dd \\$@
|
||||
.rm xX
|
||||
. rn Dd xX
|
||||
. \" XXX the following two are groff-specific
|
||||
. mso tmac.doc
|
||||
. Dd \\$@
|
||||
. rm xX
|
||||
..
|
||||
.
|
||||
.de TH
|
||||
.rn TH xX
|
||||
.\" XXX the following two are groff-specific
|
||||
.mso tmac.an.old
|
||||
.TH \\$@
|
||||
.rm xX
|
||||
. rn TH xX
|
||||
. \" XXX the following two are groff-specific
|
||||
. mso tmac.an.old
|
||||
. TH \\$@
|
||||
. rm xX
|
||||
..
|
||||
|
|
Loading…
Reference in New Issue