From fb0b1c176a6e175b3963836d95356e193d8df538 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Fri, 13 Oct 2023 16:03:00 +0200 Subject: [PATCH] fix typo in docs --- doc/xschem_man/graphs.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/xschem_man/graphs.html b/doc/xschem_man/graphs.html index 0e4037c8..8cc31143 100644 --- a/doc/xschem_man/graphs.html +++ b/doc/xschem_man/graphs.html @@ -203,9 +203,9 @@ The following syntax: and n is an integer number will plot only the indicated dataset number. Dataset numbers start from 0. This syntax is accepted for single nodes, bus names and expressions:

- "DATA_4; en cal saout % 4"
+ "DATA_4; en, cal, saout % 4"
saout%3
- "Power dataset 6; I(VVCC) VCC * %6"

+ "Power dataset 6; I(VVCC) VCC * %6"