man-pages/man-pages-tty_ioctl.patch
Petr Gajdos 29c32ba363 - update to 4.11:
* New and rewritten pages
    ioctl_userfaultfd.2
    statx.2
    userfaultfd.2
    pthread_atfork.3
    slabinfo.5
    inode.7
  * Renamed pages
    ioctl_console.2 (from console_ioctl.4)
    ioctl_tty.2 (from tty_ioctl.4)
  * Newly documented interfaces in existing page
     ioctl_ns.2
        Document the NS_GET_NSTYPE operation added in Linux 4.11
        Document the NS_GET_OWNER_UID operation added in Linux 4.11
     proc.5
        Document /proc/sys/kernel/sched_child_runs_first
  * see Changes for details; for 4.10 changes, see Changes.old

OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=173
2017-05-05 06:35:53 +00:00

14 lines
471 B
Diff

Index: man-pages-4.11/man2/ioctl_tty.2
===================================================================
--- man-pages-4.11.orig/man2/ioctl_tty.2 2017-05-03 19:29:11.000000000 +0200
+++ man-pages-4.11/man2/ioctl_tty.2 2017-05-05 08:29:34.274467863 +0200
@@ -10,6 +10,8 @@
ioctl_tty \- ioctls for terminals and serial lines
.SH SYNOPSIS
.B "#include <termios.h>"
+.br
+.B "#include <sys/ioctl.h>"
.sp
.BI "int ioctl(int " fd ", int " cmd ", ...);"
.SH DESCRIPTION