diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1997-01-31 00:05:08 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1997-01-31 00:05:08 +0000 |
| commit | bba323e822c538e2bd6d1d17337e335cd91b8281 (patch) | |
| tree | 328e84464f6205841159323a19f0093757cd29a3 | |
| parent | c18460f90ea5e09567cb35b582aeeeeba393dfbe (diff) | |
Notes
| -rw-r--r-- | share/man/man4/man4.i386/pcvt.4 | 2 | ||||
| -rw-r--r-- | share/man/man4/pcvt.4 | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/share/man/man4/man4.i386/pcvt.4 b/share/man/man4/man4.i386/pcvt.4 index fe7898a8c9628..47e7b24baa6b8 100644 --- a/share/man/man4/man4.i386/pcvt.4 +++ b/share/man/man4/man4.i386/pcvt.4 @@ -768,6 +768,8 @@ struct pcvtinfo { u_int updatefast; /* PCVT_UPDATEFAST */ u_int updateslow; /* PCVT_UPDATESLOW */ u_int sysbeepf; /* PCVT_SYSBEEPF */ + u_int pcburst; /* PCVT_PCBURST */ + u_int kbd_fifo_sz; /* PCVT_KBD_FIFO_SZ */ /* config booleans */ diff --git a/share/man/man4/pcvt.4 b/share/man/man4/pcvt.4 index fe7898a8c9628..47e7b24baa6b8 100644 --- a/share/man/man4/pcvt.4 +++ b/share/man/man4/pcvt.4 @@ -768,6 +768,8 @@ struct pcvtinfo { u_int updatefast; /* PCVT_UPDATEFAST */ u_int updateslow; /* PCVT_UPDATESLOW */ u_int sysbeepf; /* PCVT_SYSBEEPF */ + u_int pcburst; /* PCVT_PCBURST */ + u_int kbd_fifo_sz; /* PCVT_KBD_FIFO_SZ */ /* config booleans */ |
