[BACK]Return to fstat.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / fstat

Diff for /src/usr.bin/fstat/fstat.1 between version 1.47 and 1.48

version 1.47, 2011/10/02 21:46:29 version 1.48, 2012/01/07 05:38:12
Line 226 
Line 226 
 .Pp  .Pp
 For  For
 .Dv AF_INET  .Dv AF_INET
   and
   .Dv AF_INET6
 sockets,  sockets,
 .Nm  .Nm
 also attempts to print the internet address and port for the  also attempts to print the internet address and port for the
Line 243 
Line 245 
 or  or
 .Dq --> )  .Dq --> )
 indicates the direction the socket connection was created.  indicates the direction the socket connection was created.
   .Pp
   If the socket has been spliced to or from another socket (c.f.
   .Xr setsockopt 2
   and
   .Dv SO_SPLICE
   ) then
   .Nm
   prints a thick arrow
   .Pf ( Dq <==> ,
   .Dq <== ,
   or
   .Dq ==> ) ,
   followed by the address and endpoint information of the other socket
   in the splice,
   if available.
 .Sh PIPES  .Sh PIPES
 Every pipe is printed as an address which is the same for both sides of  Every pipe is printed as an address which is the same for both sides of
 the pipe and a state that is built of the letters  the pipe and a state that is built of the letters

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48