From: Frank Ch. Eigler Date: Thu, 25 Aug 2011 20:28:39 +0000 (-0400) Subject: docs: add missing " * " line for tapset doc extraction tool X-Git-Tag: release-1.7~153^2~81^2~5 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=cdb9392d58054d42062ae6b4a0941b9e1a472753;p=systemtap.git docs: add missing " * " line for tapset doc extraction tool --- diff --git a/tapset/inet_sock.stp b/tapset/inet_sock.stp index bdb3971b4..21eb0480f 100644 --- a/tapset/inet_sock.stp +++ b/tapset/inet_sock.stp @@ -23,7 +23,7 @@ function inet_get_local_port:long(sock:long) /** * sfunction inet_get_ip_source - Provide IP source address string for a kernel socket. - + * * @sock: pointer to the kernel socket * */