From 78be9efb8a0eaec73512d7facd8a97cf3d2b2ab3 Mon Sep 17 00:00:00 2001
From: Ben Buhse <me@benbuhse.email>
Date: Thu, 11 Jun 2026 11:24:19 -0500
Subject: [PATCH] trip: add -v to whatis for systems that have not in PATH

--- a/trip.rc
+++ b/trip.rc
@@ -420,7 +420,7 @@ submatch 'cdpath='''' cd frobnatz' 'rc23: could not cd to `frobnatz''' 'cd to fr
 	{whatis if | fgrep '''if''=keyword' >/dev/null} || fail whatis of keyword is not quoted
 }
 'not'=keyword {
-	~ ``{whatis not} '''not''=keyword' || fail whatis of keyword is not quoted 2
+	~ ``{whatis -v not} '''not''=keyword' || fail whatis of keyword is not quoted 2
 }

 #
