Module Name: src Committed By: kre Date: Sat Jun 17 12:41:20 UTC 2017
Modified Files: src/bin/sh: shell.h Log Message: NFC: DEBUG related comment change - catch up with reality. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/bin/sh/shell.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/bin/sh/shell.h diff -u src/bin/sh/shell.h:1.23 src/bin/sh/shell.h:1.24 --- src/bin/sh/shell.h:1.23 Mon May 29 14:03:23 2017 +++ src/bin/sh/shell.h Sat Jun 17 12:41:20 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: shell.h,v 1.23 2017/05/29 14:03:23 kre Exp $ */ +/* $NetBSD: shell.h,v 1.24 2017/06/17 12:41:20 kre Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -181,7 +181,7 @@ extern int ShNest; /* * reserved extras: b=builtins l=alias - * still free: d g k n q s u y + * still free: d g k n q u y */ /* use VTRACE(DBG_ALWAYS, (...)) to test this one */