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"),