Fixed spelling of isnetworktty.

Fixed stray whitespace.
This commit is contained in:
Bruce Evans 1997-04-14 13:33:20 +00:00
parent d7750f9aea
commit b2280d1b63
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24923

View File

@ -70,7 +70,7 @@ struct ttyent *getttynam __P((const char *));
int setttyent __P((void));
int endttyent __P((void));
int isdialuptty __P((const char *));
int isnettty __P((const char *));
int isnetworktty __P((const char *));
__END_DECLS
#endif /* !_TTYENT_H_ */