diff options
Diffstat (limited to 'share/man/man4/syscons.4')
-rw-r--r-- | share/man/man4/syscons.4 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man4/syscons.4 b/share/man/man4/syscons.4 index b0f98a1..acc6c66 100644 --- a/share/man/man4/syscons.4 +++ b/share/man/man4/syscons.4 @@ -523,14 +523,6 @@ to the kernel. .Dl "makeoptions SC_DFLT_FONT=cp850 .Dl "device sc" .\".Sh DIAGNOSTICS -.Sh CAVEATS -The amount of data that is possible to insert from the cut buffer is limited -by the -.Brq Dv MAX_INPUT , -a system limit on the number of bytes that may be stored in the terminal -input queue - usually 1024 bytes -(see -.Xr termios 4 ) . .Sh SEE ALSO .Xr kbdcontrol 1 , .Xr login 1 , @@ -562,5 +554,13 @@ driver was written by .An S\(/oren Schmidt Aq sos@FreeBSD.org . This manual page was written by .An Kazutaka Yokota Aq yokota@FreeBSD.org . +.Sh CAVEATS +The amount of data that is possible to insert from the cut buffer is limited +by the +.Brq Dv MAX_INPUT , +a system limit on the number of bytes that may be stored in the terminal +input queue - usually 1024 bytes +(see +.Xr termios 4 ) . .Sh BUGS This manual page is incomplete and urgently needs revision. |