diff options
author | jmc <> | 2013-07-16 10:44:51 +0000 |
---|---|---|
committer | jmc <> | 2013-07-16 10:44:51 +0000 |
commit | 20c763905c17121f3df6de51b9b6c21f58abc02c (patch) | |
tree | a7c21166fa06841210d81ae102957869bccd5129 | |
parent | fa295811d0e95f3ae0c1a91135e63a34ef107968 (diff) | |
download | openbsd-20c763905c17121f3df6de51b9b6c21f58abc02c.tar.gz openbsd-20c763905c17121f3df6de51b9b6c21f58abc02c.tar.bz2 openbsd-20c763905c17121f3df6de51b9b6c21f58abc02c.zip |
more macro simplification; from Jan Stary
-rw-r--r-- | src/lib/libc/net/getrrsetbyname.3 | 5 |
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 |
124 | returns zero on success, and one of the following error | 124 | returns zero on success, and one of the following error |
125 | codes if an error occurred: | 125 | codes 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 |
129 | The name does not exist. | 128 | The name does not exist. |