1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Correctly use .Bd macro.

This commit is contained in:
Murray Stokely 2003-04-07 11:28:35 +00:00
parent 914a29a84d
commit aa5427ae66
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113213

View File

@ -478,6 +478,6 @@ branches can fail.
To work around this, release builds can be made to checkout the
documentation from the last fully supported release of FreeBSD.
For example:
.Bd
.Bd -literal -offset indent
make release RELEASETAG=RELENG_4_5 DOCRELEASETAG=RELEASE_4_5_0 ...
.Ed