diff toys/which.c @ 194:30a6db5a95c2

Add comments about SUSv3 specs (or lack thereof).
author Rob Landley <rob@landley.net>
date Mon, 03 Dec 2007 20:05:57 -0600
parents 25447caf1b4b
children d4176f3f3835
line wrap: on
line diff
--- a/toys/which.c	Mon Dec 03 20:05:14 2007 -0600
+++ b/toys/which.c	Mon Dec 03 20:05:57 2007 -0600
@@ -3,6 +3,8 @@
  * which.c - Find executable files in $PATH.
  *
  * Copyright 2006 Rob landley <rob@landley.net>
+ *
+ * Not in SUSv3.
  */
 
 #include "toys.h"