diff options
author | Luke Shumaker <lukeshu@parabola.nu> | 2017-11-15 20:31:32 +0100 |
---|---|---|
committer | Christian Brauner <christian.brauner@ubuntu.com> | 2017-11-15 20:46:56 +0100 |
commit | 9b5a87502d048905c383b65c51768f4a1db8c685 (patch) | |
tree | e1a3b82f9ed9aa354acd141305a62fa7b1909eef /ChangeLog | |
parent | 495a56fdeb05d20a88304ff5da577d23a8e81ae1 (diff) | |
download | glibc-9b5a87502d048905c383b65c51768f4a1db8c685.tar glibc-9b5a87502d048905c383b65c51768f4a1db8c685.tar.gz glibc-9b5a87502d048905c383b65c51768f4a1db8c685.tar.bz2 glibc-9b5a87502d048905c383b65c51768f4a1db8c685.zip |
linux ttyname: Update a reference to kernel docs for kernel 4.10
Linux 4.10 moved many of the documentation files around.
4.10 came out between the time the patch adding the comment (commit
15e9a4f378c8607c2ae1aa465436af4321db0e23) was submitted and the time
it was applied (in February, January, and March 2017; respectively).
Reviewed-by: Christian Brauner <christian.brauner@ubuntu.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2017-11-15 Luke Shumaker <lukeshu@parabola.nu> + * sysdeps/unix/sysv/linux/ttyname.h (is_pty): Update doc reference. + * manual/terminal.texi (Is It a Terminal): Mention ENODEV for ttyname and ttyname_r. |