From owner-svn-src-stable@FreeBSD.ORG Fri May 18 01:04:29 2012 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1307E1065686; Fri, 18 May 2012 01:04:29 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id F0C068FC14; Fri, 18 May 2012 01:04:28 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q4I14S1D026349; Fri, 18 May 2012 01:04:28 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q4I14SOQ026336; Fri, 18 May 2012 01:04:28 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201205180104.q4I14SOQ026336@svn.freebsd.org> From: Glen Barber Date: Fri, 18 May 2012 01:04:28 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r235581 - in stable/8/lib/libc: compat-43 sys X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2012 01:04:29 -0000 Author: gjb (doc committer) Date: Fri May 18 01:04:28 2012 New Revision: 235581 URL: http://svn.freebsd.org/changeset/base/235581 Log: MFC r235140: General mdoc(7) and typo fixes. PR: 167713 Modified: stable/8/lib/libc/compat-43/sigpause.2 stable/8/lib/libc/sys/ktrace.2 stable/8/lib/libc/sys/msgsnd.2 stable/8/lib/libc/sys/pathconf.2 stable/8/lib/libc/sys/rtprio.2 stable/8/lib/libc/sys/setfib.2 stable/8/lib/libc/sys/shm_open.2 stable/8/lib/libc/sys/sigqueue.2 stable/8/lib/libc/sys/timer_create.2 stable/8/lib/libc/sys/timer_delete.2 stable/8/lib/libc/sys/timer_settime.2 stable/8/lib/libc/sys/unlink.2 Directory Properties: stable/8/lib/libc/ (props changed) stable/8/lib/libc/sys/ (props changed) Modified: stable/8/lib/libc/compat-43/sigpause.2 ============================================================================== --- stable/8/lib/libc/compat-43/sigpause.2 Fri May 18 01:04:03 2012 (r235580) +++ stable/8/lib/libc/compat-43/sigpause.2 Fri May 18 01:04:28 2012 (r235581) @@ -62,7 +62,7 @@ .Sy This interface is made obsolete by .Xr sigsuspend 2 .Sy and -.Xr sigaction 2 +.Xr sigaction 2 . .Pp The .Fn sigset @@ -172,7 +172,8 @@ returns if the signal had been blocked and the signal's previous disposition if it had not been blocked. Otherwise, -.Dv SIG_ERR is returned and +.Dv SIG_ERR +is returned and .Va errno set to indicate the error. .Pp Modified: stable/8/lib/libc/sys/ktrace.2 ============================================================================== --- stable/8/lib/libc/sys/ktrace.2 Fri May 18 01:04:03 2012 (r235580) +++ stable/8/lib/libc/sys/ktrace.2 Fri May 18 01:04:28 2012 (r235581) @@ -126,7 +126,7 @@ field gives the time (with microsecond r that the record was generated. The .Va ktr_tid -field holds a threadid. +field holds a thread id. .Pp The generic header is followed by .Va ktr_len Modified: stable/8/lib/libc/sys/msgsnd.2 ============================================================================== --- stable/8/lib/libc/sys/msgsnd.2 Fri May 18 01:04:03 2012 (r235580) +++ stable/8/lib/libc/sys/msgsnd.2 Fri May 18 01:04:28 2012 (r235581) @@ -139,7 +139,7 @@ will fail if: The .Fa msqid argument -is not a valid message queue identifier +is not a valid message queue identifier. .Pp The message queue was removed while .Fn msgsnd Modified: stable/8/lib/libc/sys/pathconf.2 ============================================================================== --- stable/8/lib/libc/sys/pathconf.2 Fri May 18 01:04:03 2012 (r235580) +++ stable/8/lib/libc/sys/pathconf.2 Fri May 18 01:04:28 2012 (r235581) @@ -167,7 +167,7 @@ Returns 1 if a Mandatory Access Control specified file, otherwise 0. .It Li _PC_MIN_HOLE_SIZE If a file system supports the reporting of holes (see -.Xr lseek 2 , +.Xr lseek 2 ) , .Fn pathconf and .Fn fpathconf Modified: stable/8/lib/libc/sys/rtprio.2 ============================================================================== --- stable/8/lib/libc/sys/rtprio.2 Fri May 18 01:04:03 2012 (r235580) +++ stable/8/lib/libc/sys/rtprio.2 Fri May 18 01:04:28 2012 (r235581) @@ -78,7 +78,8 @@ RTP_PRIO_NORMAL for normal priorities, a The priority specified by the .Va prio field ranges between 0 and -.Dv RTP_PRIO_MAX (usually 31) . +.Dv RTP_PRIO_MAX +.Pq usually 31 . 0 is the highest possible priority. .Pp Realtime and idle priority is inherited through fork() and exec(). @@ -95,7 +96,7 @@ Processes of equal real/idle priority ar The .Fn rtprio system call -will fail if +will fail if: .Bl -tag -width Er .It Bq Er EINVAL The specified Modified: stable/8/lib/libc/sys/setfib.2 ============================================================================== --- stable/8/lib/libc/sys/setfib.2 Fri May 18 01:04:03 2012 (r235580) +++ stable/8/lib/libc/sys/setfib.2 Fri May 18 01:04:28 2012 (r235581) @@ -94,7 +94,8 @@ system call is a .Fx extension however similar extensions have been added to many other -.Ux style kernels. +.Ux +style kernels. .Sh HISTORY The .Fn setfib Modified: stable/8/lib/libc/sys/shm_open.2 ============================================================================== --- stable/8/lib/libc/sys/shm_open.2 Fri May 18 01:04:03 2012 (r235580) +++ stable/8/lib/libc/sys/shm_open.2 Fri May 18 01:04:28 2012 (r235581) @@ -87,7 +87,7 @@ already exists, then .Fn shm_open will fail with -.Er EEXIST. +.Er EEXIST . .Pp Newly created objects start off with a size of zero. If an existing shared memory object is opened with Modified: stable/8/lib/libc/sys/sigqueue.2 ============================================================================== --- stable/8/lib/libc/sys/sigqueue.2 Fri May 18 01:04:03 2012 (r235580) +++ stable/8/lib/libc/sys/sigqueue.2 Fri May 18 01:04:28 2012 (r235581) @@ -140,7 +140,7 @@ does not exist. The .Fn sigqueue system call conforms to -.St -p1003.1-2004 +.St -p1003.1-2004 . .Sh HISTORY Support for .Tn POSIX Modified: stable/8/lib/libc/sys/timer_create.2 ============================================================================== --- stable/8/lib/libc/sys/timer_create.2 Fri May 18 01:04:03 2012 (r235580) +++ stable/8/lib/libc/sys/timer_create.2 Fri May 18 01:04:28 2012 (r235581) @@ -157,7 +157,7 @@ memory protection fault. The .Fn timer_create system call conforms to -.St -p1003.1-2004 +.St -p1003.1-2004 . .Sh HISTORY Support for .Tn POSIX Modified: stable/8/lib/libc/sys/timer_delete.2 ============================================================================== --- stable/8/lib/libc/sys/timer_delete.2 Fri May 18 01:04:03 2012 (r235580) +++ stable/8/lib/libc/sys/timer_delete.2 Fri May 18 01:04:28 2012 (r235581) @@ -72,7 +72,7 @@ is not a valid timer ID. The .Fn timer_delete system call conforms to -.St -p1003.1-2004 +.St -p1003.1-2004 . .Sh HISTORY Support for .Tn POSIX Modified: stable/8/lib/libc/sys/timer_settime.2 ============================================================================== --- stable/8/lib/libc/sys/timer_settime.2 Fri May 18 01:04:03 2012 (r235580) +++ stable/8/lib/libc/sys/timer_settime.2 Fri May 18 01:04:28 2012 (r235581) @@ -257,7 +257,7 @@ The and .Fn timer_settime system calls conform to -.St -p1003.1-2004 +.St -p1003.1-2004 . .Sh HISTORY Support for .Tn POSIX Modified: stable/8/lib/libc/sys/unlink.2 ============================================================================== --- stable/8/lib/libc/sys/unlink.2 Fri May 18 01:04:03 2012 (r235580) +++ stable/8/lib/libc/sys/unlink.2 Fri May 18 01:04:28 2012 (r235581) @@ -155,7 +155,7 @@ In addition to the errors returned by th .Fn unlink , the .Fn unlinkat -may fail if +may fail if: .Bl -tag -width Er .It Bq Er EBADF The