[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.3 and 1.4

version 1.3, 1996/07/08 22:09:41 version 1.4, 1996/08/17 09:12:27
Line 200 
Line 200 
 A unidirectional unix domain socket indicates the direction of flow with  A unidirectional unix domain socket indicates the direction of flow with
 an arrow (``<-'' or ``->''), and a full duplex socket shows a double arrow  an arrow (``<-'' or ``->''), and a full duplex socket shows a double arrow
 (``<->'').  (``<->'').
   .Pp
   For AF_INET sockets,
   .Nm fstat
   also attempts to print the internet address and port for the
   local end of a connection.
   If the socket is connected, it also prints the remote internet address
   and port.
   A ``*'' is used to indicate an INADDR_ANY binding.
 .Sh BUGS  .Sh BUGS
 Since  Since
 .Nm fstat  .Nm fstat
 takes a snapshot of the system, it is only correct for a very short period  takes a snapshot of the system, it is only correct for a very short period
 of time.  of time.
   .Pp
   Moreover, because DNS resolution and YP lookups cause many of file
   descriptor changes,
   .Nm fstat
   does not attempt to translate the internet adress and port numbers into
   symbolic names.
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr netstat 1 ,  .Xr netstat 1 ,
 .Xr nfsstat 1 ,  .Xr nfsstat 1 ,

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4