diff options
Diffstat (limited to 'tapset/socket.stp')
-rw-r--r-- | tapset/socket.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset/socket.stp b/tapset/socket.stp index b4d4981c..d361602a 100644 --- a/tapset/socket.stp +++ b/tapset/socket.stp @@ -95,7 +95,7 @@ probe socket.sendmsg = kernel.function ("sock_sendmsg") } /** - * probe socket.sendmsg.return - Return from <command>socket.sendmsg</command>. + * probe socket.sendmsg.return - Return from socket.sendmsg. * @name: Name of this probe * @size: Size of message sent (in bytes) or error code if success = 0 * @protocol: Protocol value |