Author: jilles Date: Tue Mar 1 21:48:22 2011 New Revision: 219154 URL: http://svn.freebsd.org/changeset/base/219154
Log: kill: Note that this is used both as a normal program and a shell builtin. Modified: head/bin/kill/kill.c Modified: head/bin/kill/kill.c ============================================================================== --- head/bin/kill/kill.c Tue Mar 1 21:47:06 2011 (r219153) +++ head/bin/kill/kill.c Tue Mar 1 21:48:22 2011 (r219154) @@ -26,6 +26,10 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ +/* + * Important: This file is used both as a standalone program /bin/kill and + * as a builtin for /bin/sh (#define SHELL). + */ #if 0 #ifndef lint _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
