summaryrefslogtreecommitdiffstats
path: root/man3/rtime.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/rtime.3')
-rw-r--r--man3/rtime.326
1 files changed, 13 insertions, 13 deletions
diff --git a/man3/rtime.3 b/man3/rtime.3
index 521f97024..d7df2eb14 100644
--- a/man3/rtime.3
+++ b/man3/rtime.3
@@ -9,7 +9,7 @@
.\"
.\" Slightly polished, aeb, 2003-04-06
.\"
-.TH RTIME 3 2020-06-09 "GNU" "Linux Programmer's Manual"
+.TH RTIME 3 2020-12-21 "GNU" "Linux Programmer's Manual"
.SH NAME
rtime \- get time from a remote machine
.SH SYNOPSIS
@@ -75,17 +75,17 @@ versions support only TCP.
Try the example program with
.I use_tcp
set to 1.
-.PP
-Libc5 uses the prototype
-.PP
-.nf
- int rtime(struct sockaddr_in *, struct timeval *, struct timeval *);
-.fi
-.PP
-and requires
-.I <sys/time.h>
-instead of
-.IR <rpc/auth_des.h> .
+.\" .PP
+.\" Libc5 uses the prototype
+.\" .PP
+.\" .nf
+.\" int rtime(struct sockaddr_in *, struct timeval *, struct timeval *);
+.\" .fi
+.\" .PP
+.\" and requires
+.\" .I <sys/time.h>
+.\" instead of
+.\" .IR <rpc/auth_des.h> .
.SH BUGS
.BR rtime ()
in glibc 2.2.5 and earlier does not work properly on 64-bit machines.
@@ -143,7 +143,7 @@ main(void)
.\" .BR rdate (1),
.BR inetd (8)
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,