diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-07 23:41:55 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-07 23:41:55 +0000 |
commit | e24d7f7d9cb27af3bddd0e9c84ca471a63d53a52 (patch) | |
tree | 900e201a091df25acd83c16a8faf4352514e217a /lib | |
parent | b8bf89cba77de8ca7efaed56d417fcdae131ad47 (diff) |
more macro simplification;
Diffstat (limited to 'lib')
-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 { |