getttyent.3 (1ffa645077bc295cdd69a72de89c6e6e03de1a38) | getttyent.3 (08398af3763c9941a3a7593c3cfb49f43f8c42c1) |
---|---|
1.\" Copyright (c) 1989, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 31 unchanged lines hidden (view full) --- 40.Nm setttyent , 41.Nm endttyent 42.Nd get ttys file entry 43.Sh SYNOPSIS 44.Fd #include <ttyent.h> 45.Ft struct ttyent * 46.Fn getttyent 47.Ft struct ttyent * | 1.\" Copyright (c) 1989, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 31 unchanged lines hidden (view full) --- 40.Nm setttyent , 41.Nm endttyent 42.Nd get ttys file entry 43.Sh SYNOPSIS 44.Fd #include <ttyent.h> 45.Ft struct ttyent * 46.Fn getttyent 47.Ft struct ttyent * |
48.Fn getttynam "char *name" | 48.Fn getttynam "const char *name" |
49.Ft int 50.Fn setttyent void 51.Ft int 52.Fn endttyent void 53.Sh DESCRIPTION 54The 55.Fn getttyent , 56and --- 126 unchanged lines hidden --- | 49.Ft int 50.Fn setttyent void 51.Ft int 52.Fn endttyent void 53.Sh DESCRIPTION 54The 55.Fn getttyent , 56and --- 126 unchanged lines hidden --- |