]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 4 Jan 2008 04:30:10 +0000 (04:30 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 4 Jan 2008 04:30:10 +0000 (04:30 +0000)
man2/gettimeofday.2

index 9489a4e092152c9416eb8ebca704ab3102c0a84e..09e0d155b7cbba29e10e3c77b611b8ea712bf927 100644 (file)
 .SH NAME
 gettimeofday, settimeofday \- get / set time
 .SH SYNOPSIS
+.nf
 .B #include <sys/time.h>
-.sp
+
 .BI "int gettimeofday(struct timeval *" tv ", struct timezone *" tz );
-.br
-.BI "int settimeofday(const struct timeval *" tv ,
-.BI "const struct timezone *" tz );
-.sp
+
+.BI "int settimeofday(const struct timeval *" tv \
+", const struct timezone *" tz );
+
+.fi
 .in -4n
 Feature Test Macro Requirements for glibc (see
 .BR feature_test_macros (7)):