From e237619db226091184a09dc5f975a788a4f37e10 Mon Sep 17 00:00:00 2001 From: Scott Lundgren Date: Fri, 8 May 2020 22:16:08 -0400 Subject: [PATCH] Update winbaseobj.table (#6429) --- specs/windows/winbaseobj.table | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/windows/winbaseobj.table b/specs/windows/winbaseobj.table index 91fbba85bf6..30b533e96fc 100644 --- a/specs/windows/winbaseobj.table +++ b/specs/windows/winbaseobj.table @@ -1,5 +1,5 @@ table_name("winbaseobj") -description("Lists named Windows objects in the default object directories, across all terminal services sessions.") +description("Lists named Windows objects in the default object directories, across all terminal services sessions. Example Windows ojbect types include Mutexes, Events, Jobs and Semaphors.") schema([ Column("session_id", INTEGER, "Terminal Services Session Id"), Column("object_name", TEXT, "Object Name"),