diff options
author | 2019-05-25 11:02:19 +0000 | |
---|---|---|
committer | 2019-05-25 11:02:19 +0000 | |
commit | ec36806bd032aae5a7bc00b2fb4204e7d635aa2e (patch) | |
tree | 311dd6d14e7adeb677f86c6182222061f11e636a | |
parent | Client name can actually be NULL, so use address in that case. (diff) | |
download | wireguard-openbsd-ec36806bd032aae5a7bc00b2fb4204e7d635aa2e.tar.xz wireguard-openbsd-ec36806bd032aae5a7bc00b2fb4204e7d635aa2e.zip |
Actual max number of screens is 12; from zeurkous at volny dot cz
-rw-r--r-- | share/man/man4/wsdisplay.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/wsdisplay.4 b/share/man/man4/wsdisplay.4 index 125d1540233..6d4558ce6f2 100644 --- a/share/man/man4/wsdisplay.4 +++ b/share/man/man4/wsdisplay.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wsdisplay.4,v 1.53 2017/09/12 14:36:46 schwarze Exp $ +.\" $OpenBSD: wsdisplay.4,v 1.54 2019/05/25 11:02:19 otto Exp $ .\" $NetBSD: wsdisplay.4,v 1.5 2000/05/13 15:22:19 mycroft Exp $ .\" .\" Copyright (c) 2005, Miodrag Vallat. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: September 12 2017 $ +.Dd $Mdocdate: May 25 2019 $ .Dt WSDISPLAY 4 .Os .Sh NAME @@ -672,7 +672,7 @@ control device (per screen) .Sh BUGS The .Nm -code currently limits the number of screens on one display to 8. +code currently limits the number of screens on one display to 12. .Pp The terms .Dq wscons |