summaryrefslogtreecommitdiffstats
path: root/man4/vcs.4
diff options
context:
space:
mode:
Diffstat (limited to 'man4/vcs.4')
-rw-r--r--man4/vcs.46
1 files changed, 3 insertions, 3 deletions
diff --git a/man4/vcs.4 b/man4/vcs.4
index 5007fdc09..3aa352354 100644
--- a/man4/vcs.4
+++ b/man4/vcs.4
@@ -7,7 +7,7 @@
.\" 2007-12-17, Samuel Thibault <samuel.thibault@ens-lyon.org>:
.\" document the VT_GETHIFONTMASK ioctl
.\" "
-.TH vcs 4 2023-02-05 "Linux man-pages 6.03"
+.TH vcs 4 2023-05-03 "Linux man-pages 6.05.01"
.SH NAME
vcs, vcsa \- virtual console memory
.SH DESCRIPTION
@@ -123,7 +123,7 @@ there:
#include <fcntl.h>
#include <sys/ioctl.h>
#include <linux/vt.h>
-
+\&
int
main(void)
{
@@ -135,7 +135,7 @@ main(void)
unsigned short mask;
unsigned char attrib;
int ch;
-
+\&
fd = open(console, O_RDWR);
if (fd < 0) {
perror(console);