Use .Bd -literal instead of -unfilled.
This commit is contained in:
parent
b8bbff606d
commit
972bdd863c
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: calendar.1,v 1.10 2001/12/01 16:43:09 wiz Exp $
|
.\" $NetBSD: calendar.1,v 1.11 2001/12/01 18:52:13 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1989, 1990, 1993
|
.\" Copyright (c) 1989, 1990, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
@ -110,7 +110,7 @@ Empty lines and lines protected by the C commenting syntax
|
||||||
are ignored.
|
are ignored.
|
||||||
.Pp
|
.Pp
|
||||||
Some possible calendar entries:
|
Some possible calendar entries:
|
||||||
.Bd -unfilled -offset indent
|
.Bd -literal -offset indent
|
||||||
#include <calendar.usholiday>
|
#include <calendar.usholiday>
|
||||||
#include <calendar.birthday>
|
#include <calendar.birthday>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue