diff options
author | 2003-02-17 22:19:30 +0000 | |
---|---|---|
committer | 2003-02-17 22:19:30 +0000 | |
commit | d4a1fa5411f598f33b6573a43d77377a28268434 (patch) | |
tree | 9a0c8f60394737410a93275a2d237078d7a94169 | |
parent | Missing #include <limits.h> (diff) | |
download | wireguard-openbsd-d4a1fa5411f598f33b6573a43d77377a28268434.tar.xz wireguard-openbsd-d4a1fa5411f598f33b6573a43d77377a28268434.zip |
typos; krause
-rw-r--r-- | share/man/man4/options.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index fea8c2a2cfb..49707403d95 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.115 2003/02/17 10:10:36 henning Exp $ +.\" $OpenBSD: options.4,v 1.116 2003/02/17 22:19:30 henning Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -866,9 +866,9 @@ and to set up the interface transmission rate and queueing disciplines. .Em ALTQ_CBQ , .Em ALTQ_RED , -.Em ALTQ_PRIO +.Em ALTQ_PRIQ and -.Em ALTQ_HFSC +.Em ALTQ_HFSC are enabled by default with option .Em ALTQ in |