aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
Diffstat (limited to 'man2')
-rw-r--r--man2/exit_group.21
-rw-r--r--man2/fallocate.23
-rw-r--r--man2/getdents.22
-rw-r--r--man2/ioctl_list.21
-rw-r--r--man2/nfsservctl.21
-rw-r--r--man2/sched_setaffinity.21
-rw-r--r--man2/set_tid_address.21
-rw-r--r--man2/ustat.25
8 files changed, 10 insertions, 5 deletions
diff --git a/man2/exit_group.2 b/man2/exit_group.2
index 7bc999d2a7..86d68daea8 100644
--- a/man2/exit_group.2
+++ b/man2/exit_group.2
@@ -28,6 +28,7 @@ exit_group \- exit all threads in a process
.B #include <linux/unistd.h>
.sp
.BI "void exit_group(int " status );
+.fi
.SH DESCRIPTION
This system call is equivalent to
.BR exit (2)
diff --git a/man2/fallocate.2 b/man2/fallocate.2
index fa002d9332..e3c1f4b138 100644
--- a/man2/fallocate.2
+++ b/man2/fallocate.2
@@ -10,9 +10,10 @@ fallocate \- manipulate file space
.\" FIXME . eventually this #include will probably be something
.\" different when support is added in glibc.
.B #include <linux/falloc.h>
-.PP
+
.BI "long fallocate(int " fd ", int " mode ", loff_t " offset \
", loff_t " len ");
+.fi
.\" FIXME . check later what feature text macros are required in glibc
.SH DESCRIPTION
.BR fallocate ()
diff --git a/man2/getdents.2 b/man2/getdents.2
index 13e0fa42c9..c908d994ab 100644
--- a/man2/getdents.2
+++ b/man2/getdents.2
@@ -69,8 +69,8 @@ struct dirent {
unsigned short d_reclen; /* length of this \fIdirent\fP */
char d_name [NAME_MAX+1]; /* filename (null-terminated) */
}
+.fi
.in
-.RE
.PP
.I d_ino
is an inode number.
diff --git a/man2/ioctl_list.2 b/man2/ioctl_list.2
index b1e2a20375..a170201b05 100644
--- a/man2/ioctl_list.2
+++ b/man2/ioctl_list.2
@@ -686,5 +686,6 @@ SIOCPROTOPRIVATE.
0x00005402 SNDCTL_TMR_START TCSETS
0x00005403 SNDCTL_TMR_STOP TCSETSW
0x00005404 SNDCTL_TMR_CONTINUE TCSETSF
+.fi
.SH SEE ALSO
.BR ioctl (2)
diff --git a/man2/nfsservctl.2 b/man2/nfsservctl.2
index dde0adff15..e32304a9a9 100644
--- a/man2/nfsservctl.2
+++ b/man2/nfsservctl.2
@@ -14,6 +14,7 @@ nfsservctl \- syscall interface to kernel nfs daemon
.sp
.BI "long nfsservctl(int " cmd ", struct nfsctl_arg *" argp ,
.BI " union nfsctl_res *" resp );
+.fi
.SH DESCRIPTION
.nf
/*
diff --git a/man2/sched_setaffinity.2 b/man2/sched_setaffinity.2
index d7dee5a688..acf84f371c 100644
--- a/man2/sched_setaffinity.2
+++ b/man2/sched_setaffinity.2
@@ -175,7 +175,6 @@ argument.
In glibc 2.3.3, the
.I cpusetsize
argument was removed, but this argument was restored in glibc 2.3.4.
-.fi
.SH "CONFORMING TO"
These system calls are Linux specific.
.SH "NOTES"
diff --git a/man2/set_tid_address.2 b/man2/set_tid_address.2
index 3684524380..69b0099fa3 100644
--- a/man2/set_tid_address.2
+++ b/man2/set_tid_address.2
@@ -28,6 +28,7 @@ set_tid_address \- set pointer to thread ID
.B #include <linux/unistd.h>
.sp
.BI "long set_tid_address(int *" tidptr );
+.fi
.SH DESCRIPTION
The kernel keeps for each process two values called
.I set_child_tid
diff --git a/man2/ustat.2 b/man2/ustat.2
index 81aad54832..9b1e90c1f3 100644
--- a/man2/ustat.2
+++ b/man2/ustat.2
@@ -37,6 +37,7 @@ ustat \- get file system statistics
.BR "#include <ustat.h>" " /* glibc2 */"
.sp
.BI "int ustat(dev_t " dev ", struct ustat *" ubuf );
+.fi
.SH DESCRIPTION
.BR ustat ()
returns information about a mounted file system.
@@ -46,7 +47,7 @@ a mounted file system.
.I ubuf
is a pointer to a \fIustat\fP structure that contains the following
members:
-.RS
+.in +4n
.nf
daddr_t f_tfree; /* Total free blocks */
@@ -54,7 +55,7 @@ ino_t f_tinode; /* Number of free inodes */
char f_fname[6]; /* Filsys name */
char f_fpack[6]; /* Filsys pack name */
.fi
-.RE
+.in
.PP
The last two fields,
.I f_fname