]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 11 Feb 2006 20:16:44 +0000 (20:16 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 11 Feb 2006 20:16:44 +0000 (20:16 +0000)
man2/nanosleep.2

index 0f2ab59e4647c18a8fffd14feb1613fcc7778ef0..2cdfbd9feeb360d0a4bd58a9c99ffbfcf1077796 100644 (file)
@@ -62,14 +62,10 @@ and has the form
 .sp
 .RS
 .nf
-.ne 12
-.ta 8n 16n 32n
-struct timespec
-{
-       time_t  tv_sec;                 /* seconds */
-       long    tv_nsec;                /* nanoseconds */
+struct timespec {
+    time_t tv_sec;        /* seconds */
+    long   tv_nsec;       /* nanoseconds */
 };
-.ta
 .fi
 .RE
 .PP