git: 9front

Download patch

ref: 80271f121260b66017961e4ef420a2b0384cddee
parent: 3c3ba05ce6286c2a4bf691a7853412bf7e9647db
author: Ori Bernstein <ori@eigenstate.org>
date: Mon Sep 22 18:47:22 EDT 2025

quote(2): fix lie about doquote being nil

--- a/sys/man/2/quote
+++ b/sys/man/2/quote
@@ -110,10 +110,10 @@
 .PP
 The function pointer
 .I doquote
-is
-.B nil
+is set to
+.B needsrcquote
 by default.
-If it is non-nil, characters are passed to that function to see if they should
+Characters are passed to that function to see if they should
 be quoted.
 This mechanism allows programs to specify that
 characters other than blanks, control characters, or quotes be quoted.
--