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 % */
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"