diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-01-03 12:22:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-01-03 12:22:11 +0000 |
commit | 23c5f7307f9bf2d587e3fb6f066a7ce833ddece0 (patch) | |
tree | d5bfbc88966a36331d0ac10684d0331ebe8be676 | |
parent | d2515ccea4e25212fe9650bf1837a2739c70087e (diff) |
clarify what --> and <-- mean in tcp headers
-rw-r--r-- | usr.bin/fstat/fstat.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/fstat/fstat.1 b/usr.bin/fstat/fstat.1 index d3572483060..a4ba633fadb 100644 --- a/usr.bin/fstat/fstat.1 +++ b/usr.bin/fstat/fstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fstat.1,v 1.4 1996/08/17 09:12:27 deraadt Exp $ +.\" $OpenBSD: fstat.1,v 1.5 1998/01/03 12:22:10 deraadt Exp $ .\" Copyright (c) 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -207,7 +207,9 @@ 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. +A ``*'' is used to indicate an INADDR_ANY binding. In this case, the +use of the arrow (``<--'' or ``-->'') indicates the direction the socket +connection was created. .Sh BUGS Since .Nm fstat |