diff --git a/man2/sigaltstack.2 b/man2/sigaltstack.2 index 895b9430b..e5534fa28 100644 --- a/man2/sigaltstack.2 +++ b/man2/sigaltstack.2 @@ -49,7 +49,7 @@ requested it. The normal sequence of events for using an alternate signal stack is the following: -.TP +.TP 3 1. Allocate an area of memory to be used for the alternate signal stack. diff --git a/man2/sigprocmask.2 b/man2/sigprocmask.2 index 5cc8684f7..69222c4b8 100644 --- a/man2/sigprocmask.2 +++ b/man2/sigprocmask.2 @@ -38,7 +38,6 @@ is used to change the signal mask, the set of currently blocked signals. The behavior of the call is dependent on the value of .IR how , as follows. -.RS .TP .B SIG_BLOCK The set of blocked signals is the union of the current set and the @@ -54,7 +53,6 @@ It is legal to attempt to unblock a signal which is not blocked. .B SIG_SETMASK The set of blocked signals is set to the argument .IR set . -.RE .PP If .I oldset diff --git a/man2/stat.2 b/man2/stat.2 index 99831920e..c92125392 100644 --- a/man2/stat.2 +++ b/man2/stat.2 @@ -514,6 +514,7 @@ main(int argc, char *argv[]) } printf("File type: "); + switch (sb.st_mode & S_IFMT) { case S_IFBLK: printf("block device\\n"); break; case S_IFCHR: printf("character device\\n"); break; diff --git a/man2/sysfs.2 b/man2/sysfs.2 index 082937a0b..479532ed4 100644 --- a/man2/sysfs.2 +++ b/man2/sysfs.2 @@ -40,7 +40,7 @@ The specific form of the call and the information returned depends on the .I option in effect: -.TP +.TP 3 .B 1 Translate the file-system identifier string .I fsname