login_times.3 (3dc329d1be00b8b4ba4a45886b6374289daa8ab0) login_times.3 (d0353b836e88609b9400851d32e0aa6645ff9be3)
1.\" Copyright (c) 1995 David Nugent <davidn@blaze.net.au>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, is permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice immediately at the beginning of the file, without modification,

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

128.Fn in_ltms
129function is similar to
130.Fn in_ltm
131except that the first parameter must be a pointer to an array
132of login_time_t objects, which is up to LC_MAXTIMES (64)
133elements in length, and terminated by an element with its
134.Ar lt_dow
135field set to
1.\" Copyright (c) 1995 David Nugent <davidn@blaze.net.au>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, is permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice immediately at the beginning of the file, without modification,

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

128.Fn in_ltms
129function is similar to
130.Fn in_ltm
131except that the first parameter must be a pointer to an array
132of login_time_t objects, which is up to LC_MAXTIMES (64)
133elements in length, and terminated by an element with its
134.Ar lt_dow
135field set to
136.Em LTM_NONE.
136.Em LTM_NONE .
137.Sh RETURN VALUES
138.Fn parse_lt
139returns a filled in structure of type login_time_t containing the
140parsed time period.
141If a parsing error occurs, the lt_dow field is set to
142.Em LTM_NONE
143(i.e. 0).
144.Pp

--- 13 unchanged lines hidden ---
137.Sh RETURN VALUES
138.Fn parse_lt
139returns a filled in structure of type login_time_t containing the
140parsed time period.
141If a parsing error occurs, the lt_dow field is set to
142.Em LTM_NONE
143(i.e. 0).
144.Pp

--- 13 unchanged lines hidden ---