From f0b32db4333477e22cc40de62cf026a6a7aa2eb6 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sun, 1 Mar 2020 17:39:02 -0800 Subject: [PATCH] who doc update --- README.md | 4 ++-- docs/parsers/who.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 604150c2..caf3a8af 100755 --- a/README.md +++ b/README.md @@ -1954,7 +1954,7 @@ $ who -a | jc --who -p # or: jc -p who -a }, { "user": "joeuser", - "writeable_tty": "?", + "writeable_tty": "-", "tty": "console", "time": "Feb 7 23:32", "idle": "old", @@ -1971,7 +1971,7 @@ $ who -a | jc --who -p # or: jc -p who -a }, { "user": "joeuser", - "writeable_tty": "+", + "writeable_tty": "?", "tty": "ttys003", "time": "Feb 28 08:59", "idle": "01:36", diff --git a/docs/parsers/who.md b/docs/parsers/who.md index 657d6a4e..c2e674a0 100644 --- a/docs/parsers/who.md +++ b/docs/parsers/who.md @@ -20,7 +20,7 @@ Examples: }, { "user": "joeuser", - "writeable_tty": "?", + "writeable_tty": "-", "tty": "console", "time": "Feb 7 23:32", "idle": "old", @@ -37,7 +37,7 @@ Examples: }, { "user": "joeuser", - "writeable_tty": "+", + "writeable_tty": "?", "tty": "ttys003", "time": "Feb 28 08:59", "idle": "01:36", @@ -63,7 +63,7 @@ Examples: }, { "user": "joeuser", - "writeable_tty": "?", + "writeable_tty": "-", "tty": "console", "time": "Feb 7 23:32", "idle": "old", @@ -80,7 +80,7 @@ Examples: }, { "user": "joeuser", - "writeable_tty": "+", + "writeable_tty": "?", "tty": "ttys003", "time": "Feb 28 08:59", "idle": "01:36",