From 3f859aa2ab91ed5a7f52ef2667cdd5d040bcbdf7 Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 29 Nov 2002 15:57:50 +0000 Subject: mdoc(7) police: formatting nits. Approved by: re --- lib/libc/sys/intro.2 | 1 - lib/libc/sys/kse.2 | 2 +- lib/libc/sys/pathconf.2 | 2 +- lib/libc/sys/sigaction.2 | 7 +++++-- lib/libc/sys/sigprocmask.2 | 7 +++++-- lib/libc/sys/socketpair.2 | 2 +- lib/libc/sys/uuidgen.2 | 15 +++++++-------- 7 files changed, 20 insertions(+), 16 deletions(-) (limited to 'lib/libc/sys') diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index c4804c1..2791452 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -456,7 +456,6 @@ The specified extended attribute does not exist. .It Er 88 EDOOFUS Em "Programming error" . A function or API is being abused in a way which could only be detected at run-time. - .El .Sh DEFINITIONS .Bl -tag -width Ds diff --git a/lib/libc/sys/kse.2 b/lib/libc/sys/kse.2 index 9146ca4..0497bc2 100644 --- a/lib/libc/sys/kse.2 +++ b/lib/libc/sys/kse.2 @@ -469,7 +469,7 @@ and .Va tm_sticks are time counters for user mode and kernel mode execution, respectively. These counters count ticks of the statistics clock (see -.Xr clocks 7) . +.Xr clocks 7 ) . While any thread is actively executing in the kernel, the corresponding .Va tm_sticks counter is incremented. diff --git a/lib/libc/sys/pathconf.2 b/lib/libc/sys/pathconf.2 index 87ec6e4..fbf54cc 100644 --- a/lib/libc/sys/pathconf.2 +++ b/lib/libc/sys/pathconf.2 @@ -106,7 +106,7 @@ otherwise 0. Returns 1 if synchronised I/O is supported for this file, otherwise 0. .It Li _PC_ALLOC_SIZE_MIN Minimum number of bytes of storage allocated for any portion of a file. -.Ar path . +.Fa path . .It Li _PC_FILESIZEBITS Number of bits needed to represented the maximum file size. .It Li _PC_REC_INCR_XFER_SIZE diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index cedc7a0..898de2b 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -56,8 +56,11 @@ struct sigaction { #define sa_sigaction __sigaction_u.__sa_sigaction .Ed .Ft int -.Fn sigaction "int sig" "const struct sigaction * restrict act" \ - "struct sigaction * restrict oact" +.Fo sigaction +.Fa "int sig" +.Fa "const struct sigaction * restrict act" +.Fa "struct sigaction * restrict oact" +.Fc .Sh DESCRIPTION The system defines a set of signals that may be delivered to a process. Signal delivery resembles the occurrence of a hardware interrupt: diff --git a/lib/libc/sys/sigprocmask.2 b/lib/libc/sys/sigprocmask.2 index 7f271be..debb2a3 100644 --- a/lib/libc/sys/sigprocmask.2 +++ b/lib/libc/sys/sigprocmask.2 @@ -43,8 +43,11 @@ .Sh SYNOPSIS .In signal.h .Ft int -.Fn sigprocmask "int how" "const sigset_t * restrict set" \ - "sigset_t * restrict oset" +.Fo sigprocmask +.Fa "int how" +.Fa "const sigset_t * restrict set" +.Fa "sigset_t * restrict oset" +.Fc .Sh DESCRIPTION The .Fn sigprocmask diff --git a/lib/libc/sys/socketpair.2 b/lib/libc/sys/socketpair.2 index a1e6fb8..929b921 100644 --- a/lib/libc/sys/socketpair.2 +++ b/lib/libc/sys/socketpair.2 @@ -86,7 +86,7 @@ process address space. .Xr write 2 .Sh BUGS This call is currently implemented only for the -.Tn UNIX +.Ux domain. .Sh HISTORY The diff --git a/lib/libc/sys/uuidgen.2 b/lib/libc/sys/uuidgen.2 index 726039a..d2881cc 100644 --- a/lib/libc/sys/uuidgen.2 +++ b/lib/libc/sys/uuidgen.2 @@ -75,22 +75,21 @@ struct uuid { uint8_t node[_UUID_NODE_LEN]; }; .Ed -.Pp -.Bl -tag -width _clock_seq_hi_and_reserved_ -.It time_low +.Bl -tag -width ".Va clock_seq_hi_and_reserved" +.It Va time_low The least significant 32 bits of a 60-bit timestamp. This field is stored in the native byte-order. -.It time_mid +.It Va time_mid The least significant 16 bits of the most significant 28 bits of the 60-bit timestamp. This field is stored in the native byte-order. -.It time_hi_and_reserved +.It Va time_hi_and_reserved The most significant 12 bits of the 60-bit timestamp multiplexed with a 4-bit version number. The version number is stored in the most significant 4 bits of the 16-bit field. This field is stored in the native byte-order. -.It clock_seq_hi_and_reserved +.It Va clock_seq_hi_and_reserved The most significant 6 bits of a 14-bit sequence number multiplexed with a 2-bit variant value. Note that the width of the variant value is determined by the variant itself. @@ -98,9 +97,9 @@ Identifiers generated by the .Nm system call have variant value 10b. the variant value is stored in the most significant bits of the field. -.It clock_seq_low +.It Va clock_seq_low The least significant 8 bits of a 14-bit sequence number. -.It node +.It Va node The 6-byte IEEE 802 (MAC) address of one of the interfaces of the node. If no such interface exists, a random multi-cast address is used instead. .El -- cgit v1.1