diff options
author | 1998-01-03 12:22:10 +0000 | |
---|---|---|
committer | 1998-01-03 12:22:10 +0000 | |
commit | c60d74738fab9d7f31c0f68bde75ff7598aac4e7 (patch) | |
tree | 1efa8a322df79ea76d359b5e704e79a9c9f8277c | |
parent | new style man page (diff) | |
download | wireguard-openbsd-c60d74738fab9d7f31c0f68bde75ff7598aac4e7.tar.xz wireguard-openbsd-c60d74738fab9d7f31c0f68bde75ff7598aac4e7.zip |
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 |