Skip to content

Commit bfe5db8

Browse files
author
Luca Marturana
committed
Revert "typo, edits in v_incoming_connections.lua (#703)"
This reverts commit b465e0d.
1 parent b465e0d commit bfe5db8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

userspace/sysdig/chisels/v_incoming_connections.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ view_info =
4242
tags = {"containers"},
4343
name = "Container",
4444
field = "container.name",
45-
description = "Name of the container. This field depends on the containerization technology. For docker this is the 'NAMES' column in 'docker ps'",
45+
description = "Name of the container. What this field contains depends on the containerization technology. For example, for docker this is the content of the 'NAMES' column in 'docker ps'",
4646
colsize = 20
4747
},
4848
{
4949
name = "Command",
5050
field = "proc.exeline",
5151
aggregation = "MAX",
52-
description = "Name and arguments of the process that received the connection.",
52+
description = "Name and argyuments of the process that received the connection.",
5353
colsize = 0
5454
}
5555
}

0 commit comments

Comments
 (0)