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

34 lines
1.2 KiB
Diff

--- man/light.1 2019-03-25 22:56:31.000000000 -0400
+++ man/ericw-light.1 2019-10-29 05:40:54.197381002 -0400
@@ -1,16 +1,16 @@
.\" Process this file with
-.\" groff -man -Tascii light.1
+.\" groff -man -Tascii ericw-light.1
.\"
-.TH LIGHT 1 "TYR_VERSION" TYRUTILS
+.TH ERICW-LIGHT 1 "TYR_VERSION" TYRUTILS
.SH NAME
-light \- Caclulate lightmap data for a Quake BSP file
+ericw-light \- Caclulate lightmap data for a Quake BSP file
.SH SYNOPSIS
-\fBlight\fP [OPTION]... BSPFILE
+\fBericw-light\fP [OPTION]... BSPFILE
.SH DESCRIPTION
-\fBlight\fP reads a Quake .bsp file and calculates light and shadow
+\fBericw-light\fP reads a Quake .bsp file and calculates light and shadow
information based on the entity definitions contained in the .bsp. The .bsp
file is updated with the new light data upon completion, overwriting any
existing lighting data.
@@ -26,7 +26,7 @@
.SS "Performance options:"
.IP "\fB-threads n\fP"
-Set number of threads explicitly. By default light will attempt to detect the
+Set number of threads explicitly. By default ericw-light will attempt to detect the
number of CPUs/cores available.
.IP "\fB-extra\fP"
Calculate extra samples (2x2) and average the results for smoother shadows.