Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 2020 22:15:51 +0000 (UTC)
From:      Marko Zec <zec@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r364367 - head/share/man/man4
Message-ID:  <202008182215.07IMFpLU094151@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zec
Date: Tue Aug 18 22:15:51 2020
New Revision: 364367
URL: https://svnweb.freebsd.org/changeset/base/364367

Log:
  Fix ber parameter description.

Modified:
  head/share/man/man4/ng_pipe.4

Modified: head/share/man/man4/ng_pipe.4
==============================================================================
--- head/share/man/man4/ng_pipe.4	Tue Aug 18 22:04:22 2020	(r364366)
+++ head/share/man/man4/ng_pipe.4	Tue Aug 18 22:15:51 2020	(r364367)
@@ -130,7 +130,7 @@ struct ng_pipe_cfg {
 /* Config structure for one hook */
 struct ng_pipe_hookcfg {
   u_int64_t  bandwidth;       /* bits per second */
-  u_int64_t  ber;             /* errors per 2^48 bits */
+  u_int64_t  ber;             /* avg. interval between bit errors (1 / BER) */
   u_int32_t  qin_size_limit;  /* number of queue items */
   u_int32_t  qout_size_limit; /* number of queue items */
   u_int32_t  duplicate;       /* probability in % */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008182215.07IMFpLU094151>