Date: Tue, 27 Feb 2018 10:55:33 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r330055 - head/lib/libc/gen Message-ID: <201802271055.w1RAtXeW098507@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: trasz Date: Tue Feb 27 10:55:33 2018 New Revision: 330055 URL: https://svnweb.freebsd.org/changeset/base/330055 Log: Fix typo. Submitted by: jilles@ MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Modified: head/lib/libc/gen/getttyent.3 Modified: head/lib/libc/gen/getttyent.3 ============================================================================== --- head/lib/libc/gen/getttyent.3 Tue Feb 27 10:54:15 2018 (r330054) +++ head/lib/libc/gen/getttyent.3 Tue Feb 27 10:55:33 2018 (r330055) @@ -118,7 +118,7 @@ If this flag is set, then .Fn isnettty will return a non-zero value. .It Dv TTY_IFEXISTS -Identifies a tty that does not neccessarily exist. +Identifies a tty that does not necessarily exist. .It Dv TTY_IFCONSOLE Identifies a tty that might be a system console. .El
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802271055.w1RAtXeW098507>