void-packages/srcpkgs/ericw-tools/patches/man-qbsp.diff

27 lines
1.1 KiB
Diff

--- man/qbsp.1 2019-03-25 22:56:31.000000000 -0400
+++ man/ericw-qbsp.1 2019-10-29 05:41:08.825355933 -0400
@@ -1,17 +1,17 @@
.\" Process this file with
-.\" groff -man -Tascii qbsp.1
+.\" groff -man -Tascii ericw-qbsp.1
.\"
-.TH QBSP 1 "TYR_VERSION" TYRUTILS
+.TH ERICW-QBSP 1 "TYR_VERSION" TYRUTILS
.SH NAME
-qbsp \- Compile a Quake BSP file from a MAP source file
+ericw-qbsp \- Compile a Quake BSP file from a MAP source file
.SH SYNOPSIS
-\fBqbsp\fP [OPTION]... SOURCFILE [DESTFILE]
+\fBericw-qbsp\fP [OPTION]... SOURCFILE [DESTFILE]
.SH DESCRIPTION
-\fBqbsp\fP is a tool used in the creation of maps for the \fB id Software\fP
-game \fBQuake\fP. qbsp takes a .map file as input and produces a .bsp file
+\fBericw-qbsp\fP is a tool used in the creation of maps for the \fB id Software\fP
+game \fBQuake\fP. ericw-qbsp takes a .map file as input and produces a .bsp file
playable in the Quake engine. If the \fIDESTFILE\fP argument is not supplied,
the output filename will be chosen by stripping the file extension (if any)
from \fISOURCEFILE\fP and appending the .bsp extension.