Deleted Added
full compact
getutxent.3 (202301) getutxent.3 (202530)
1.\" Copyright (c) 2010 Ed Schouten <ed@FreeBSD.org>
2.\" 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.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2010 Ed Schouten <ed@FreeBSD.org>
2.\" 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.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/lib/libc/gen/getutxent.3 202301 2010-01-14 20:58:45Z ed $
25.\" $FreeBSD: head/lib/libc/gen/getutxent.3 202530 2010-01-17 21:40:05Z ed $
26.\"
27.Dd January 8, 2010
28.Os
29.Dt GETUTXENT 3
30.Sh NAME
31.Nm endutxent ,
32.Nm getutxent ,
33.Nm getutxid ,

--- 135 unchanged lines hidden (view full) ---

169entries this entry typically contains the name of the login process.
170.It Fa ut_line
171The name of the TTY character device, without the leading
172.Pa /dev/
173prefix, corresponding with the device used to facilitate the user login
174session.
175If no TTY character device is used, this field is left blank.
176This field is only applicable to entries of type
26.\"
27.Dd January 8, 2010
28.Os
29.Dt GETUTXENT 3
30.Sh NAME
31.Nm endutxent ,
32.Nm getutxent ,
33.Nm getutxid ,

--- 135 unchanged lines hidden (view full) ---

169entries this entry typically contains the name of the login process.
170.It Fa ut_line
171The name of the TTY character device, without the leading
172.Pa /dev/
173prefix, corresponding with the device used to facilitate the user login
174session.
175If no TTY character device is used, this field is left blank.
176This field is only applicable to entries of type
177.Dv USER_PROCESS .
177.Dv USER_PROCESS
178and
179.Dv LOGIN_PROCESS .
178.It Fa ut_host
179The network hostname of the remote system, connecting to perform a user
180login.
181If the user login session is not performed across a network, this field
182is left blank.
183This field is only applicable to entries of type
184.Dv USER_PROCESS .
185.El

--- 256 unchanged lines hidden ---
180.It Fa ut_host
181The network hostname of the remote system, connecting to perform a user
182login.
183If the user login session is not performed across a network, this field
184is left blank.
185This field is only applicable to entries of type
186.Dv USER_PROCESS .
187.El

--- 256 unchanged lines hidden ---