Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Feb 2016 17:37:35 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r296213 - head/share/man/man4
Message-ID:  <201602291737.u1THbZVJ031198@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Mon Feb 29 17:37:35 2016
New Revision: 296213
URL: https://svnweb.freebsd.org/changeset/base/296213

Log:
  ioctl(8) -> ioctl(2)
  
  MFC after:	1 month
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/share/man/man4/uart.4
  head/share/man/man4/ucom.4

Modified: head/share/man/man4/uart.4
==============================================================================
--- head/share/man/man4/uart.4	Mon Feb 29 17:36:00 2016	(r296212)
+++ head/share/man/man4/uart.4	Mon Feb 29 17:37:35 2016	(r296213)
@@ -156,7 +156,7 @@ The
 .Nm
 driver can capture PPS timing information as defined in RFC 2783.
 The API, accessed via
-.Xr ioctl 8 ,
+.Xr ioctl 2 ,
 is available on the tty device.
 To use the PPS capture feature with
 .Xr ntpd 8 ,

Modified: head/share/man/man4/ucom.4
==============================================================================
--- head/share/man/man4/ucom.4	Mon Feb 29 17:36:00 2016	(r296212)
+++ head/share/man/man4/ucom.4	Mon Feb 29 17:37:35 2016	(r296213)
@@ -68,7 +68,7 @@ The
 .Nm
 driver can capture PPS timing information as defined in RFC 2783.
 The API, accessed via
-.Xr ioctl 8 ,
+.Xr ioctl 2 ,
 is available on the tty device.
 To use the PPS capture feature with
 .Xr ntpd 8 ,



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