pkg/60109: devel/ratfor/DESCR: Kernigham -> Kernighan
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.bugs |
|---|---|
| Message-ID | <[email protected]> |
>Number: 60109
>Category: pkg
>Synopsis: devel/ratfor/DESCR: Kernigham -> Kernighan
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Thu Mar 19 14:45:00 +0000 2026
>Originator: Robert Whitlock
>Release: pkgsrc current
>Organization:
>Environment:
>Description:
It's not Kernigham. *insert obligatory reference to Spider-Ham*
>How-To-Repeat:
cat pkgsrc/devel/ratfor/DESCR
>Fix:
Index: DESCR
===================================================================
RCS file: /cvsroot/pkgsrc/devel/ratfor/DESCR,v
retrieving revision 1.1
diff -u -r1.1 DESCR
--- DESCR 1 Nov 2001 01:26:08 -0000 1.1
+++ DESCR 19 Mar 2026 14:37:50 -0000
@@ -1,5 +1,5 @@
Ratfor is a preprocessor for Fortran code that allows the use C-like
-flow expressions. Ratfor was invented by Brian Kernigham. Statements
+flow expressions. Ratfor was invented by Brian Kernighan. Statements
on a line may be separated by a ";". Statements may be grouped
together with braces }. Do loops do not require statement numbers
because {} defines the range, etc. The Fortran relational operators