pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide/files fixes.xml: use "she-bang" consistently...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/94f62e76e663
branches:  trunk
changeset: 380283:94f62e76e663
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Thu Jun 02 21:20:32 2022 +0000

description:
fixes.xml: use "she-bang" consistently, and tweak wording

Addresses PR pkg/56607 from J. Lewis Muir.

diffstat:

 doc/guide/files/fixes.xml |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 9f0ed60f19a1 -r 94f62e76e663 doc/guide/files/fixes.xml
--- a/doc/guide/files/fixes.xml Thu Jun 02 19:57:52 2022 +0000
+++ b/doc/guide/files/fixes.xml Thu Jun 02 21:20:32 2022 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.178 2022/05/21 15:38:19 nia Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.179 2022/06/02 21:20:32 gutteridge Exp $ -->
 
 <chapter id="fixes"> <?dbhtml filename="fixes.html"?>
 <title>Making your package work</title>
@@ -1567,8 +1567,8 @@
     <para><varname>REPLACE_SH</varname>,
     <varname>REPLACE_BASH</varname>, <varname>REPLACE_CSH</varname>,
     and <varname>REPLACE_KSH</varname> can be used to replace shell
-    hash bangs in files. Please use the appropriate one, preferring
-    <varname>REPLACE_SH</varname> in case this shell is sufficient.
+    she-bangs in files. Please use the appropriate one, preferring
+    <varname>REPLACE_SH</varname> when this shell is sufficient.
     Each should contain a list of scripts, relative to
     <varname>WRKSRC</varname>, that you want adjusted. Every
     occurrence of the matching shell in a she-bang line will be



Home | Main Index | Thread Index | Old Index