s390_pci_mmio_write.2, sched_setscheduler.2, select.2, select_tut.2, shmctl.2, stat.2, sysctl.2, syslog.2, time.2, ustat.2, utime.2: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-08-20 12:30:21 +02:00
parent da3d3314cf
commit d22c843749
11 changed files with 0 additions and 20 deletions

View File

@ -32,7 +32,6 @@ MMIO memory page
.PP
.BI "int s390_pci_mmio_write(unsigned long " mmio_addr ",
.BI " void *" user_buffer ", size_t " length ");
.br
.BI "int s390_pci_mmio_read(unsigned long " mmio_addr ",
.BI " void *" user_buffer ", size_t " length ");
.fi

View File

@ -32,7 +32,6 @@ set and get scheduling policy/parameters
.B #include <sched.h>
.PP
.BI "int sched_setscheduler(pid_t " pid ", int " policy ,
.br
.BI " const struct sched_param *" param );
.PP
.BI "int sched_getscheduler(pid_t " pid );

View File

@ -53,11 +53,8 @@ synchronous I/O multiplexing
.BI " fd_set *" exceptfds ", struct timeval *" timeout );
.PP
.BI "void FD_CLR(int " fd ", fd_set *" set );
.br
.BI "int FD_ISSET(int " fd ", fd_set *" set );
.br
.BI "void FD_SET(int " fd ", fd_set *" set );
.br
.BI "void FD_ZERO(fd_set *" set );
.B #include <sys/select.h>

View File

@ -47,11 +47,8 @@ synchronous I/O multiplexing
.BI " fd_set *" exceptfds ", struct timeval *" utimeout );
.PP
.BI "void FD_CLR(int " fd ", fd_set *" set );
.br
.BI "int FD_ISSET(int " fd ", fd_set *" set );
.br
.BI "void FD_SET(int " fd ", fd_set *" set );
.br
.BI "void FD_ZERO(fd_set *" set );
.B #include <sys/select.h>

View File

@ -105,7 +105,6 @@ struct ipc_perm {
Valid values for
.I cmd
are:
.br
.TP 10
.B IPC_STAT
Copy information from the kernel data structure associated with
@ -246,7 +245,6 @@ all shared memory segments on the system.
.PP
The caller can prevent or allow swapping of a shared
memory segment with the following \fIcmd\fP values:
.br
.TP 10
.BR SHM_LOCK " (Linux-specific)"
Prevent swapping of the shared memory segment.

View File

@ -43,15 +43,11 @@ stat, fstat, lstat, fstatat \- get file status
.SH SYNOPSIS
.nf
.B #include <sys/types.h>
.br
.B #include <sys/stat.h>
.br
.B #include <unistd.h>
.PP
.BI "int stat(const char *" pathname ", struct stat *" statbuf );
.br
.BI "int fstat(int " fd ", struct stat *" statbuf );
.br
.BI "int lstat(const char *" pathname ", struct stat *" statbuf );
.BR "#include <fcntl.h> " "/* Definition of AT_* constants */"

View File

@ -33,7 +33,6 @@ sysctl \- read/write system parameters
.SH SYNOPSIS
.nf
.B #include <unistd.h>
.br
.B #include <linux/sysctl.h>
.PP
.BI "int _sysctl(struct __sysctl_args *" args );

View File

@ -40,7 +40,6 @@ set console_loglevel
.B " /* No wrapper provided in glibc */"
.PP
/* The glibc interface */
.br
.B "#include <sys/klog.h>"
.PP
.BI "int klogctl(int " type ", char *" bufp ", int " len );

View File

@ -63,7 +63,6 @@ an invalid address may instead trigger a
signal.
.SH CONFORMING TO
SVr4, 4.3BSD, C89, C99, POSIX.1-2001.
.\" .br
.\" Under 4.3BSD, this call is obsoleted by
.\" .BR gettimeofday (2).
POSIX does not specify any error conditions.

View File

@ -33,9 +33,7 @@ ustat \- get filesystem statistics
.SH SYNOPSIS
.nf
.B #include <sys/types.h>
.br
.BR "#include <unistd.h>" " /* libc[45] */"
.br
.BR "#include <ustat.h>" " /* glibc2 */"
.PP
.BI "int ustat(dev_t " dev ", struct ustat *" ubuf );

View File

@ -34,7 +34,6 @@ utime, utimes \- change file last access and modification times
.SH SYNOPSIS
.nf
.B #include <sys/types.h>
.br
.B #include <utime.h>
.PP
.BI "int utime(const char *" filename ", const struct utimbuf *" times );