svn commit: r364367 - head/share/man/man4

Marko Zec zec at FreeBSD.org
Tue Aug 18 22:15:52 UTC 2020


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 % */


More information about the svn-src-head mailing list