CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2014/04/14 14:10:33
Modified files: usr.bin/less : command.c Log message: Deny requests to display interactive help unless we can be really sure that they actually result from the user interactively asking for help. Help requests originating from various other sources caused infinite loops. OK millert@ "better than getting stuck in a help loop (sweet irony ;)" jmc@