git: 80212a36a396 - main - tcpsso.8: Add a history section to the manpage
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 10 Feb 2022 08:28:30 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=80212a36a3969993bf951229e0eea8fb90db098b
commit 80212a36a3969993bf951229e0eea8fb90db098b
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-02-10 08:27:42 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-02-10 08:27:42 +0000
tcpsso.8: Add a history section to the manpage
Mention that the tcpsso command first appeard in FreeBSD 14.
---
usr.sbin/tcpsso/tcpsso.8 | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/usr.sbin/tcpsso/tcpsso.8 b/usr.sbin/tcpsso/tcpsso.8
index e27f03845c63..b3aee93ae5da 100644
--- a/usr.sbin/tcpsso/tcpsso.8
+++ b/usr.sbin/tcpsso/tcpsso.8
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd February 9, 2022
+.Dd February 10, 2022
.Dt TCPSSO 8
.Os
.Sh NAME
@@ -234,5 +234,10 @@ congestion control algorithm newreno:
.Xr setsockopt 2 ,
.Xr tcp 4 ,
.Xr tcp_functions 9
+.Sh HISTORY
+The
+.Nm
+command first appeared in
+.Fx 14 .
.Sh AUTHORS
.An Michael Tuexen Aq Mt tuexen@FreeBSD.org