diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-08-14 06:32:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-08-14 06:32:39 +0000 |
commit | cdd7d3bef74dbb0a5af36ff3332f68b1854b4c6c (patch) | |
tree | 41adf4a10c4f0d96bf0ba441636caac3b5d84f84 /lib/libc/sys/adjtime.2 | |
parent | 18359d659dc6d1787630809adba2563122681b41 (diff) |
no longer any need to quote macro lines with >9 args;
From: Jan Stary
Diffstat (limited to 'lib/libc/sys/adjtime.2')
-rw-r--r-- | lib/libc/sys/adjtime.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/adjtime.2 b/lib/libc/sys/adjtime.2 index baa34023eb4..2b0f01ca58c 100644 --- a/lib/libc/sys/adjtime.2 +++ b/lib/libc/sys/adjtime.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: adjtime.2,v 1.19 2011/07/07 21:00:59 deraadt Exp $ +.\" $OpenBSD: adjtime.2,v 1.20 2013/08/14 06:32:28 jmc Exp $ .\" $NetBSD: adjtime.2,v 1.5 1995/10/12 15:40:44 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,12 +30,12 @@ .\" .\" @(#)adjtime.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: July 7 2011 $ +.Dd $Mdocdate: August 14 2013 $ .Dt ADJTIME 2 .Os .Sh NAME .Nm adjtime -.Nd "correct the time to allow synchronization of the system clock" +.Nd correct the time to allow synchronization of the system clock .Sh SYNOPSIS .Fd #include <sys/time.h> .Ft int |