From owner-svn-src-all@FreeBSD.ORG Tue Jun 8 16:49:00 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E7131065787; Tue, 8 Jun 2010 16:49:00 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from svn.freebsd.org (unknown [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4BC4A8FC12; Tue, 8 Jun 2010 16:49:00 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o58Gn0xO057091; Tue, 8 Jun 2010 16:49:00 GMT (envelope-from uqs@svn.freebsd.org) Received: (from uqs@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o58Gn0on057076; Tue, 8 Jun 2010 16:49:00 GMT (envelope-from uqs@svn.freebsd.org) Message-Id: <201006081649.o58Gn0on057076@svn.freebsd.org> From: Ulrich Spoerlein Date: Tue, 8 Jun 2010 16:49:00 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r208914 - in head/lib: libc/sys libpmc librpcsec_gss X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jun 2010 16:49:00 -0000 Author: uqs Date: Tue Jun 8 16:48:59 2010 New Revision: 208914 URL: http://svn.freebsd.org/changeset/base/208914 Log: mdoc: remove literal tabs where they don't belong Modified: head/lib/libc/sys/flock.2 head/lib/libc/sys/getitimer.2 head/lib/libc/sys/getrusage.2 head/lib/libc/sys/mq_close.2 head/lib/libc/sys/mq_getattr.2 head/lib/libc/sys/mq_notify.2 head/lib/libc/sys/mq_open.2 head/lib/libc/sys/mq_receive.2 head/lib/libc/sys/mq_send.2 head/lib/libc/sys/mq_setattr.2 head/lib/libpmc/pmc.corei7.3 head/lib/libpmc/pmc.corei7uc.3 head/lib/libpmc/pmc.westmereuc.3 head/lib/librpcsec_gss/rpc_gss_seccreate.3 Modified: head/lib/libc/sys/flock.2 ============================================================================== --- head/lib/libc/sys/flock.2 Tue Jun 8 16:48:49 2010 (r208913) +++ head/lib/libc/sys/flock.2 Tue Jun 8 16:48:59 2010 (r208914) @@ -38,10 +38,10 @@ .Lb libc .Sh SYNOPSIS .In sys/file.h -.Fd "#define LOCK_SH 0x01 /* shared file lock */" -.Fd "#define LOCK_EX 0x02 /* exclusive file lock */" -.Fd "#define LOCK_NB 0x04 /* do not block when locking */" -.Fd "#define LOCK_UN 0x08 /* unlock file */" +.Fd "#define LOCK_SH 0x01 /* shared file lock */" +.Fd "#define LOCK_EX 0x02 /* exclusive file lock */" +.Fd "#define LOCK_NB 0x04 /* do not block when locking */" +.Fd "#define LOCK_UN 0x08 /* unlock file */" .Ft int .Fn flock "int fd" "int operation" .Sh DESCRIPTION Modified: head/lib/libc/sys/getitimer.2 ============================================================================== --- head/lib/libc/sys/getitimer.2 Tue Jun 8 16:48:49 2010 (r208913) +++ head/lib/libc/sys/getitimer.2 Tue Jun 8 16:48:59 2010 (r208914) @@ -39,9 +39,9 @@ .Lb libc .Sh SYNOPSIS .In sys/time.h -.Fd "#define ITIMER_REAL 0" -.Fd "#define ITIMER_VIRTUAL 1" -.Fd "#define ITIMER_PROF 2" +.Fd "#define ITIMER_REAL 0" +.Fd "#define ITIMER_VIRTUAL 1" +.Fd "#define ITIMER_PROF 2" .Ft int .Fn getitimer "int which" "struct itimerval *value" .Ft int Modified: head/lib/libc/sys/getrusage.2 ============================================================================== --- head/lib/libc/sys/getrusage.2 Tue Jun 8 16:48:49 2010 (r208913) +++ head/lib/libc/sys/getrusage.2 Tue Jun 8 16:48:59 2010 (r208914) @@ -40,9 +40,9 @@ .In sys/types.h .In sys/time.h .In sys/resource.h -.Fd "#define RUSAGE_SELF 0" -.Fd "#define RUSAGE_CHILDREN -1" -.Fd "#define RUSAGE_THREAD 1" +.Fd "#define RUSAGE_SELF 0" +.Fd "#define RUSAGE_CHILDREN -1" +.Fd "#define RUSAGE_THREAD 1" .Ft int .Fn getrusage "int who" "struct rusage *rusage" .Sh DESCRIPTION Modified: head/lib/libc/sys/mq_close.2 ============================================================================== --- head/lib/libc/sys/mq_close.2 Tue Jun 8 16:48:49 2010 (r208913) +++ head/lib/libc/sys/mq_close.2 Tue Jun 8 16:48:59 2010 (r208914) @@ -102,4 +102,4 @@ Electrical and Electronics Engineers, In event of any discrepancy between this version and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at - http://www.opengroup.org/unix/online.html. +http://www.opengroup.org/unix/online.html. Modified: head/lib/libc/sys/mq_getattr.2 ============================================================================== --- head/lib/libc/sys/mq_getattr.2 Tue Jun 8 16:48:49 2010 (r208913) +++ head/lib/libc/sys/mq_getattr.2 Tue Jun 8 16:48:59 2010 (r208914) @@ -124,4 +124,4 @@ Electrical and Electronics Engineers, In event of any discrepancy between this version and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at - http://www.opengroup.org/unix/online.html. +http://www.opengroup.org/unix/online.html. Modified: head/lib/libc/sys/mq_notify.2 ============================================================================== --- head/lib/libc/sys/mq_notify.2 Tue Jun 8 16:48:49 2010 (r208913) +++ head/lib/libc/sys/mq_notify.2 Tue Jun 8 16:48:59 2010 (r208914) @@ -148,4 +148,4 @@ Electrical and Electronics Engineers, In event of any discrepancy between this version and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at - http://www.opengroup.org/unix/online.html. +http://www.opengroup.org/unix/online.html. Modified: head/lib/libc/sys/mq_open.2 ============================================================================== --- head/lib/libc/sys/mq_open.2 Tue Jun 8 16:48:49 2010 (r208913) +++ head/lib/libc/sys/mq_open.2 Tue Jun 8 16:48:59 2010 (r208914) @@ -320,4 +320,4 @@ Electrical and Electronics Engineers, In event of any discrepancy between this version and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at - http://www.opengroup.org/unix/online.html. +http://www.opengroup.org/unix/online.html. Modified: head/lib/libc/sys/mq_receive.2 ============================================================================== --- head/lib/libc/sys/mq_receive.2 Tue Jun 8 16:48:49 2010 (r208913) +++ head/lib/libc/sys/mq_receive.2 Tue Jun 8 16:48:59 2010 (r208914) @@ -214,4 +214,4 @@ Electrical and Electronics Engineers, In event of any discrepancy between this version and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at - http://www.opengroup.org/unix/online.html. +http://www.opengroup.org/unix/online.html. Modified: head/lib/libc/sys/mq_send.2 ============================================================================== --- head/lib/libc/sys/mq_send.2 Tue Jun 8 16:48:49 2010 (r208913) +++ head/lib/libc/sys/mq_send.2 Tue Jun 8 16:48:59 2010 (r208914) @@ -233,4 +233,4 @@ Electrical and Electronics Engineers, In event of any discrepancy between this version and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at - http://www.opengroup.org/unix/online.html. +http://www.opengroup.org/unix/online.html. Modified: head/lib/libc/sys/mq_setattr.2 ============================================================================== --- head/lib/libc/sys/mq_setattr.2 Tue Jun 8 16:48:49 2010 (r208913) +++ head/lib/libc/sys/mq_setattr.2 Tue Jun 8 16:48:59 2010 (r208914) @@ -120,4 +120,4 @@ Electrical and Electronics Engineers, In event of any discrepancy between this version and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at - http://www.opengroup.org/unix/online.html. +http://www.opengroup.org/unix/online.html. Modified: head/lib/libpmc/pmc.corei7.3 ============================================================================== --- head/lib/libpmc/pmc.corei7.3 Tue Jun 8 16:48:49 2010 (r208913) +++ head/lib/libpmc/pmc.corei7.3 Tue Jun 8 16:48:59 2010 (r208914) @@ -613,7 +613,7 @@ Counter 0, 1 only .It Li L1D_CACHE_LOCK.HIT .Pq Event 42H , Umask 01H Counts retired load locks that hit in the L1 data cache or hit in an already -allocated fill buffer. The lock portion of the load lock transaction must +allocated fill buffer. The lock portion of the load lock transaction must hit in the L1D. The initial load will pull the lock into the L1 data cache. Counter 0, 1 only Modified: head/lib/libpmc/pmc.corei7uc.3 ============================================================================== --- head/lib/libpmc/pmc.corei7uc.3 Tue Jun 8 16:48:49 2010 (r208913) +++ head/lib/libpmc/pmc.corei7uc.3 Tue Jun 8 16:48:59 2010 (r208914) @@ -151,14 +151,14 @@ count is divided by this count to obtain .Pq Event 03H , Umask 08H Counts the number of GQ read tracker entries that are allocated in the read tracker, have missed in the L3 and have not acquired a Request Transaction -ID. The GQ read tracker L3 miss to RTID acquired occupancy count is +ID. The GQ read tracker L3 miss to RTID acquired occupancy count is divided by this count to obtain the average latency for a read L3 miss to acquire an RTID. .It Li GQ_ALLOC.WT_TO_RTID_ACQUIRED .Pq Event 03H , Umask 10H Counts the number of GQ write tracker entries that are allocated in the write tracker, have missed in the L3 and have not acquired a Request -Transaction ID. The GQ write tracker L3 miss to RTID occupancy count is +Transaction ID. The GQ write tracker L3 miss to RTID occupancy count is divided by this count to obtain the average latency for a write L3 miss to acquire an RTID. .It Li GQ_ALLOC.WRITE_TRACKER Modified: head/lib/libpmc/pmc.westmereuc.3 ============================================================================== --- head/lib/libpmc/pmc.westmereuc.3 Tue Jun 8 16:48:49 2010 (r208913) +++ head/lib/libpmc/pmc.westmereuc.3 Tue Jun 8 16:48:59 2010 (r208914) @@ -157,14 +157,14 @@ count is divided by this count to obtain .Pq Event 03H , Umask 08H Counts the number of GQ read tracker entries that are allocated in the read tracker, have missed in the L3 and have not acquired a Request Transaction -ID. The GQ read tracker L3 miss to RTID acquired occupancy count is +ID. The GQ read tracker L3 miss to RTID acquired occupancy count is divided by this count to obtain the average latency for a read L3 miss to acquire an RTID. .It Li GQ_ALLOC.WT_TO_RTID_ACQUIRED .Pq Event 03H , Umask 10H Counts the number of GQ write tracker entries that are allocated in the write tracker, have missed in the L3 and have not acquired a Request -Transaction ID. The GQ write tracker L3 miss to RTID occupancy count is +Transaction ID. The GQ write tracker L3 miss to RTID occupancy count is divided by this count to obtain the average latency for a write L3 miss to acquire an RTID. .It Li GQ_ALLOC.WRITE_TRACKER Modified: head/lib/librpcsec_gss/rpc_gss_seccreate.3 ============================================================================== --- head/lib/librpcsec_gss/rpc_gss_seccreate.3 Tue Jun 8 16:48:49 2010 (r208913) +++ head/lib/librpcsec_gss/rpc_gss_seccreate.3 Tue Jun 8 16:48:59 2010 (r208914) @@ -74,7 +74,7 @@ RPC headers and data are integrity prote RPC headers are integrity protected by a checksum and data is encrypted. .El .It qop -Desired quality of protection or NULL for the default. +Desired quality of protection or NULL for the default. Available values are listed in /etc/gss/qop .It options_req Extra security context options to be passed to the underlying GSS-API