diff options
author | 2015-10-12 00:49:34 +0000 | |
---|---|---|
committer | 2015-10-12 00:49:34 +0000 | |
commit | 8af959d5b83d2117dc0cfe857d18ba944491d39a (patch) | |
tree | 3954b758e89fa013e0f43ec91e0101736348756f | |
parent | Clear dform and dsec when exiting a first-level directory in treescan(). (diff) | |
download | wireguard-openbsd-8af959d5b83d2117dc0cfe857d18ba944491d39a.tar.xz wireguard-openbsd-8af959d5b83d2117dc0cfe857d18ba944491d39a.zip |
remove useless quoting from .Fo arguments; forgotten diff found in my tree
-rw-r--r-- | share/man/man9/microtime.9 | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/share/man/man9/microtime.9 b/share/man/man9/microtime.9 index 76155426096..306afadb69e 100644 --- a/share/man/man9/microtime.9 +++ b/share/man/man9/microtime.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: microtime.9,v 1.14 2013/06/04 19:27:10 schwarze Exp $ +.\" $OpenBSD: microtime.9,v 1.15 2015/10/12 00:49:34 schwarze Exp $ .\" $NetBSD: microtime.9,v 1.2 1999/03/16 00:40:47 garbled Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 4 2013 $ +.Dd $Mdocdate: October 12 2015 $ .Dt MICROTIME 9 .Os .Sh NAME @@ -46,43 +46,43 @@ .Sh SYNOPSIS .In sys/time.h .Ft void -.Fo "microtime" +.Fo microtime .Fa "struct timeval *tv" .Fc .Ft void -.Fo "getmicrotime" +.Fo getmicrotime .Fa "struct timeval *tv" .Fc .Ft void -.Fo "microuptime" +.Fo microuptime .Fa "struct timeval *tv" .Fc .Ft void -.Fo "getmicrouptime" +.Fo getmicrouptime .Fa "struct timeval *tv" .Fc .Ft void -.Fo "nanotime" +.Fo nanotime .Fa "struct timespec *tv" .Fc .Ft void -.Fo "getnanotime" +.Fo getnanotime .Fa "struct timespec *tv" .Fc .Ft void -.Fo "nanouptime" +.Fo nanouptime .Fa "struct timespec *tv" .Fc .Ft void -.Fo "getnanouptime" +.Fo getnanouptime .Fa "struct timespec *tv" .Fc .Ft void -.Fo "bintime" +.Fo bintime .Fa "struct bintime *tv" .Fc .Ft void -.Fo "binuptime" +.Fo binuptime .Fa "struct bintime *tv" .Fc .Sh DESCRIPTION |