aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMarko Zec <zec@FreeBSD.org>2020-08-18 22:15:51 +0000
committerMarko Zec <zec@FreeBSD.org>2020-08-18 22:15:51 +0000
commit502305f04a243819efee9c47e3a8f4070e96d63a (patch)
tree9622f3302853c850439f9072f1e0409546c9c88b /share
parenta125ed50a6c82329997ecf4df593056a8a616cbe (diff)
Notes
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/ng_pipe.42
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/ng_pipe.4 b/share/man/man4/ng_pipe.4
index cd792f4b9e882..1700c893286f4 100644
--- a/share/man/man4/ng_pipe.4
+++ b/share/man/man4/ng_pipe.4
@@ -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 % */