diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-12 12:53:57 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-12 12:53:57 +0000 |
| commit | a44012756eb6448689aa5a82a25d2eb24042b3db (patch) | |
| tree | 4e89d25f049d160a68cf0d885276acada39f8dd4 | |
| parent | 60a90ecdae7bf6d1a91dc5d1d7177e400b114e47 (diff) | |
| download | man-pages-a44012756eb6448689aa5a82a25d2eb24042b3db.tar.gz | |
Minor repairs after global edits
| -rw-r--r-- | man2/execve.2 | 4 | ||||
| -rw-r--r-- | man2/sched_rr_get_interval.2 | 6 | ||||
| -rw-r--r-- | man3/abs.3 | 4 | ||||
| -rw-r--r-- | man4/console_codes.4 | 3 |
4 files changed, 8 insertions, 9 deletions
diff --git a/man2/execve.2 b/man2/execve.2 index 9a66efae8e..e8d67e156d 100644 --- a/man2/execve.2 +++ b/man2/execve.2 @@ -434,8 +434,8 @@ on most other Unix systems doing this will result in an error. .\" Some Linux versions have failed to check permissions on ELF .\" interpreters. This is a security hole, because it allows users to .\" open any file, such as a rewinding tape device, for reading. Some -.\" Linux versions have also had other security holes in -.BR execve (), +.\" Linux versions have also had other security holes in +.\" .BR execve(2) .\" that could be exploited for denial of service by a suitably crafted .\" ELF binary. There are no known problems with 2.0.34 or 2.2.15. .SH HISTORICAL diff --git a/man2/sched_rr_get_interval.2 b/man2/sched_rr_get_interval.2 index 429a91202b..174bba12e9 100644 --- a/man2/sched_rr_get_interval.2 +++ b/man2/sched_rr_get_interval.2 @@ -99,9 +99,9 @@ The default quantum is 0.1 seconds; the degree to which changing the nice value affects the quantum has varied somewhat across kernel versions. .\" .SH BUGS -.\" As of Linux 1.3.81 -.BR sched_rr_get_interval () -returns with error +.\" As of Linux 1.3.81 +.\" .BR sched_rr_get_interval () +.\" returns with error .\" ENOSYS, because SCHED_RR has not yet been fully implemented and tested .\" properly. .SH "SEE ALSO" diff --git a/man3/abs.3 b/man3/abs.3 index f20411d008..c8d6431b93 100644 --- a/man3/abs.3 +++ b/man3/abs.3 @@ -64,8 +64,8 @@ integer type for the function. .SH "CONFORMING TO" SVr4, POSIX.1-2001, 4.3BSD, C99. .\" POSIX.1 (1996 edition) only requires the -.BR abs () -function. +.\" .BR abs () +.\" function. C89 only includes the .BR abs () diff --git a/man4/console_codes.4 b/man4/console_codes.4 index 76f9b52957..419091a788 100644 --- a/man4/console_codes.4 +++ b/man4/console_codes.4 @@ -142,8 +142,7 @@ ESC ( B \0\0\0Select default (ISO 8859-1 mapping) ESC ( 0 \0\0\0Select VT100 graphics mapping ESC ( U \0\0\0Select null mapping \- straight to character ROM ESC ( K \0\0\0Select user mapping \- the map that is loaded by - \0\0\0the utility -.BR mapscrn (8). + \0\0\0the utility \fBmapscrn\fP(8). ESC ) Start sequence defining G1 (followed by one of B, 0, U, K, as above). ESC > DECPNM Set numeric keypad mode |
