summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2013-07-16 10:44:51 +0000
committerjmc <>2013-07-16 10:44:51 +0000
commit20c763905c17121f3df6de51b9b6c21f58abc02c (patch)
treea7c21166fa06841210d81ae102957869bccd5129
parentfa295811d0e95f3ae0c1a91135e63a34ef107968 (diff)
downloadopenbsd-20c763905c17121f3df6de51b9b6c21f58abc02c.tar.gz
openbsd-20c763905c17121f3df6de51b9b6c21f58abc02c.tar.bz2
openbsd-20c763905c17121f3df6de51b9b6c21f58abc02c.zip
more macro simplification; from Jan Stary
-rw-r--r--src/lib/libc/net/getrrsetbyname.35
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libc/net/getrrsetbyname.3 b/src/lib/libc/net/getrrsetbyname.3
index 7fbdd744a5..e6cdfe52e9 100644
--- a/src/lib/libc/net/getrrsetbyname.3
+++ b/src/lib/libc/net/getrrsetbyname.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: getrrsetbyname.3,v 1.16 2013/06/05 03:39:23 tedu Exp $ 1.\" $OpenBSD: getrrsetbyname.3,v 1.17 2013/07/16 10:44:51 jmc Exp $
2.\" 2.\"
3.\" Copyright (C) 2000, 2001 Internet Software Consortium. 3.\" Copyright (C) 2000, 2001 Internet Software Consortium.
4.\" 4.\"
@@ -15,7 +15,7 @@
15.\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 15.\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
16.\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16.\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17.\" 17.\"
18.Dd $Mdocdate: June 5 2013 $ 18.Dd $Mdocdate: July 16 2013 $
19.Dt GETRRSETBYNAME 3 19.Dt GETRRSETBYNAME 3
20.Os 20.Os
21.Sh NAME 21.Sh NAME
@@ -123,7 +123,6 @@ will request DNSSEC authentication using the EDNS0 DNSSEC OK (DO) bit.
123.Fn getrrsetbyname 123.Fn getrrsetbyname
124returns zero on success, and one of the following error 124returns zero on success, and one of the following error
125codes if an error occurred: 125codes if an error occurred:
126.Pp
127.Bl -tag -width ERRSET_NOMEMORY 126.Bl -tag -width ERRSET_NOMEMORY
128.It Bq Er ERRSET_NONAME 127.It Bq Er ERRSET_NONAME
129The name does not exist. 128The name does not exist.