diff options
author | phantom <phantom@FreeBSD.org> | 1999-09-21 19:39:27 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 1999-09-21 19:39:27 +0000 |
commit | bf608b572c2e8d26fc3956de3177006c36ad3358 (patch) | |
tree | e12db902dfaa2df81d71073ef0dbf53e50a4e61f /lib/libutil/login_times.3 | |
parent | cdf842b2dfff6f223103c7e10fd5a7b2af85c84a (diff) | |
download | FreeBSD-src-bf608b572c2e8d26fc3956de3177006c36ad3358.zip FreeBSD-src-bf608b572c2e8d26fc3956de3177006c36ad3358.tar.gz |
mdoc(7)'fy
Reviewed by: mpp
Diffstat (limited to 'lib/libutil/login_times.3')
-rw-r--r-- | lib/libutil/login_times.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libutil/login_times.3 b/lib/libutil/login_times.3 index 9636f2d..f80bd83 100644 --- a/lib/libutil/login_times.3 +++ b/lib/libutil/login_times.3 @@ -23,10 +23,10 @@ .Os FreeBSD .Dt LOGIN_TIMES 3 .Sh NAME -.Nm parse_lt -.Nm in_ltm +.Nm parse_lt , +.Nm in_ltm , .Nm in_ltms -.Nd Functions for parsing and checking login time periods +.Nd functions for parsing and checking login time periods .Sh SYNOPSIS .Fd #include <sys/types.h> .Fd #include <time.h> @@ -95,8 +95,8 @@ A series .Em LTM_* macros may be used for testing bits individually and in combination. If no bits are set in this field - ie. it contains the value -.Em LTM_NONE - -then the entire period is assumed invalid. +.Em LTM_NONE +- then the entire period is assumed invalid. This is used as a convention to mark the termination of an array of login_time_t values. If |