diff options
author | 2001-04-16 02:17:52 +0000 | |
---|---|---|
committer | 2001-04-16 02:17:52 +0000 | |
commit | ac81c53aedaa507bcb3575f2e2c856c016887c0f (patch) | |
tree | ed2166f719b0eed93a8b78d2daa745d1299d0bd8 | |
parent | man page for 3c990 (diff) | |
download | wireguard-openbsd-ac81c53aedaa507bcb3575f2e2c856c016887c0f.tar.xz wireguard-openbsd-ac81c53aedaa507bcb3575f2e2c856c016887c0f.zip |
Add missing dev to wsdisplayvar.h path; found by patrick@gulus.usherb.ca.
aaron@ ok.
-rw-r--r-- | share/man/man4/wscons.4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man4/wscons.4 b/share/man/man4/wscons.4 index 4ac6b4e8d3a..1cdeb63e0d5 100644 --- a/share/man/man4/wscons.4 +++ b/share/man/man4/wscons.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wscons.4,v 1.4 2001/03/06 19:56:50 brad Exp $ +.\" $OpenBSD: wscons.4,v 1.5 2001/04/16 02:17:52 fgsch Exp $ .\" $NetBSD: wscons.4,v 1.11 2000/04/13 11:14:42 is Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -244,10 +244,11 @@ device like and .Dq WS_KERNEL_BG set the foreground / background used on color displays. +.Pp The .Dq WSCOL_XXX arguments are colors as defined in -.Pa /usr/include/wscons/wsdisplayvar.h . +.Pa /usr/include/dev/wscons/wsdisplayvar.h . .Dq WS_KERNEL_COLATTR and .Dq WS_KERNEL_MONOATTR |