Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2016 11:22:51 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r303740 - in head: lib/libc/gen share/man/man3
Message-ID:  <201608041122.u74BMpkx092235@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pluknet
Date: Thu Aug  4 11:22:51 2016
New Revision: 303740
URL: https://svnweb.freebsd.org/changeset/base/303740

Log:
  mdoc: The .Fn function.

Modified:
  head/lib/libc/gen/clock_getcpuclockid.3
  head/share/man/man3/pthread_getcpuclockid.3

Modified: head/lib/libc/gen/clock_getcpuclockid.3
==============================================================================
--- head/lib/libc/gen/clock_getcpuclockid.3	Thu Aug  4 10:49:00 2016	(r303739)
+++ head/lib/libc/gen/clock_getcpuclockid.3	Thu Aug  4 11:22:51 2016	(r303740)
@@ -70,7 +70,9 @@ Upon successful completion,
 returns zero; otherwise, an error number is returned to indicate the
 error.
 .Sh ERRORS
-The clock_getcpuclockid() function will fail if:
+The
+.Fn clock_getcpuclockid
+function will fail if:
 .Bl -tag -width Er
 .It Bq Er EPERM
 The requesting process does not have permission to access the CPU-time

Modified: head/share/man/man3/pthread_getcpuclockid.3
==============================================================================
--- head/share/man/man3/pthread_getcpuclockid.3	Thu Aug  4 10:49:00 2016	(r303739)
+++ head/share/man/man3/pthread_getcpuclockid.3	Thu Aug  4 11:22:51 2016	(r303740)
@@ -61,7 +61,9 @@ Upon successful completion,
 returns zero; otherwise, an error number is returned to indicate the
 error.
 .Sh ERRORS
-The pthread_getcpuclockid() function will fail if:
+The
+.Fn pthread_getcpuclockid
+function will fail if:
 .Bl -tag -width Er
 .It Bq Er ESRCH
 The value specified by



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608041122.u74BMpkx092235>