Convenience variables (workXX) don't work, so don't document them.

This commit is contained in:
jhawk 2001-12-31 00:35:21 +00:00
parent a50163af65
commit a21d1ea7ac
2 changed files with 8 additions and 6 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ddb.4,v 1.53 2001/09/12 18:35:28 wiz Exp $
.\" $NetBSD: ddb.4,v 1.54 2001/12/31 00:35:22 jhawk Exp $
.\"
.\" Copyright (c) 1997 - 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -1004,10 +1004,10 @@ will be initialized to off.
Input and output radix.
.It Va tabstops
Tab stop width.
.It Va work Ns Sy xx
Temporary work variable.
.Sq Sy xx
is between 0 and 31.
.\" .It Va work Ns Sy xx
.\" Temporary work variable.
.\" .Sq Sy xx
.\" is between 0 and 31.
.El
.Pp
All built-in variables are accessible via

View File

@ -1,4 +1,4 @@
$NetBSD: TODO,v 1.7 2000/12/28 07:30:06 jmc Exp $
$NetBSD: TODO,v 1.8 2001/12/31 00:35:21 jhawk Exp $
In rough order.
@ -104,3 +104,5 @@ done Numbers starting with [a-f] should work, but symbols
28. Some way to track symbol table failures, since the message buffer
isn't available when we detect them.
29. Make "workXX" variables work.