diff options
author | 2005-03-07 23:41:53 +0000 | |
---|---|---|
committer | 2005-03-07 23:41:53 +0000 | |
commit | a7d4bc8dc7486e9e697c86f05347e6d477f58b69 (patch) | |
tree | f60bb485ed43e22f90d37cdb2ff81c7712e6e3be /lib/libc | |
parent | use .Pq rather than .Po/.Pc; (diff) | |
download | wireguard-openbsd-a7d4bc8dc7486e9e697c86f05347e6d477f58b69.tar.xz wireguard-openbsd-a7d4bc8dc7486e9e697c86f05347e6d477f58b69.zip |
more macro simplification;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/getsockopt.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/gettimeofday.2 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/getsockopt.2 b/lib/libc/sys/getsockopt.2 index eac050e4c12..972eaa4f8cd 100644 --- a/lib/libc/sys/getsockopt.2 +++ b/lib/libc/sys/getsockopt.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getsockopt.2,v 1.20 2003/06/02 20:18:39 millert Exp $ +.\" $OpenBSD: getsockopt.2,v 1.21 2005/03/07 23:41:53 jmc Exp $ .\" $NetBSD: getsockopt.2,v 1.7 1995/02/27 12:33:29 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -99,7 +99,7 @@ may be and any specified options are passed uninterpreted to the appropriate protocol module for interpretation. The include file -.Ao Pa sys/socket.h Ac +.Aq Pa sys/socket.h contains definitions for socket level options, described below. Options at other protocol levels vary in format and name; consult the appropriate entries in section 4 of the manual. diff --git a/lib/libc/sys/gettimeofday.2 b/lib/libc/sys/gettimeofday.2 index 39c6f82599d..42dcafb3166 100644 --- a/lib/libc/sys/gettimeofday.2 +++ b/lib/libc/sys/gettimeofday.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gettimeofday.2,v 1.13 2004/04/15 19:52:18 jmc Exp $ +.\" $OpenBSD: gettimeofday.2,v 1.14 2005/03/07 23:41:53 jmc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -73,7 +73,7 @@ The structures pointed to by and .Fa tzp are defined in -.Ao Pa sys/time.h Ac +.Aq Pa sys/time.h as: .Bd -literal struct timeval { |