commit 6137e502ef8095d8a03fa39f5da9f29fa76c7ba0
parent b01120a33612dcb7fb9383b1417b4266ad398dd6
Author: Erik Letson <hmagellan@hmagellan.com>
Date: Fri, 21 Aug 2020 14:34:44 -0500
Correction in README NoDoc section
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README
@@ -61,7 +61,7 @@ patches!
to the file 'dmenu.1', which defines the dmenu man page, and/or to the 'usage()' function in 'dmenu.c'. Both of these changes are only ever
made for documentation purposes, and do not affect the actual functionality added by any given patch. Because so many differenct patches
make changes to these places, they will often conflict. These conflicts are trivial to resolve, but in the interest of making the patches
-in suckless-gf-dmenu more robust and "just-work-y", any patch that makes changes to either 'dwm.1' or 'usage()' in 'dwm.c' will have a
+in suckless-gf-dmenu more robust and "just-work-y", any patch that makes changes to either 'dmenu.1' or 'usage()' in 'dmenu.c' will have a
second version available, called 'xyz-nodoc.patch' (where 'xyz' is the patch name), that removes any documentation changes. These 'nodoc'
patches are functionally the same as their regular counterparts, but they should avoid common conflicts with other patches that also
change the documentation.