svn commit: r303740 - in head: lib/libc/gen share/man/man3

Sergey Kandaurov pluknet at FreeBSD.org
Thu Aug 4 11:22:52 UTC 2016


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


More information about the svn-src-all mailing list