From c4fdb193b9a4d4185ee1a97405cdca6799e033d8 Mon Sep 17 00:00:00 2001 From: Matthew Dempsky Date: Fri, 20 Aug 2010 22:03:23 +0000 Subject: Change hzto(9) and tvtohz(9) arguments to const pointers. ok krw@, "of course" tedu@ --- share/man/man9/hzto.9 | 6 +++--- share/man/man9/tvtohz.9 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'share/man') diff --git a/share/man/man9/hzto.9 b/share/man/man9/hzto.9 index 8a5b2a0dca3..f4c1a03486c 100644 --- a/share/man/man9/hzto.9 +++ b/share/man/man9/hzto.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hzto.9,v 1.6 2007/05/31 19:20:00 jmc Exp $ +.\" $OpenBSD: hzto.9,v 1.7 2010/08/20 22:03:22 matthew Exp $ .\" .\" Copyright (c) 1999 Marc Espie .\" All rights reserved. @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: August 20 2010 $ .Dt HZTO 9 .Os .Sh NAME @@ -34,7 +34,7 @@ .Fd #include .Fd #include .Ft int -.Fn hzto "struct timeval *tv" +.Fn hzto "const struct timeval *tv" .Sh DESCRIPTION The .Fn hzto diff --git a/share/man/man9/tvtohz.9 b/share/man/man9/tvtohz.9 index c9fb7805436..90ebd3a5e99 100644 --- a/share/man/man9/tvtohz.9 +++ b/share/man/man9/tvtohz.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tvtohz.9,v 1.4 2007/05/31 19:20:01 jmc Exp $ +.\" $OpenBSD: tvtohz.9,v 1.5 2010/08/20 22:03:22 matthew Exp $ .\" .\" Copyright (c) 1999 Marc Espie .\" All rights reserved. @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: August 20 2010 $ .Dt TVTOHZ 9 .Os .Sh NAME @@ -34,7 +34,7 @@ .Fd #include .Fd #include .Ft int -.Fn tvtohz "struct timeval *tv" +.Fn tvtohz "const struct timeval *tv" .Sh DESCRIPTION The .Fn tvtohz -- cgit v1.2.3