summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getprotoent.3
diff options
context:
space:
mode:
authortedu <>2013-06-05 03:39:23 +0000
committertedu <>2013-06-05 03:39:23 +0000
commit2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4 (patch)
tree97667fe496ef1ff70a824f63a20a3b9e63a34bc8 /src/lib/libc/net/getprotoent.3
parent5cfc174d3b34f5dba4b190a4ca81bfe03551259f (diff)
downloadopenbsd-2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4.tar.gz
openbsd-2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4.tar.bz2
openbsd-2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4.zip
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'src/lib/libc/net/getprotoent.3')
-rw-r--r--src/lib/libc/net/getprotoent.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/net/getprotoent.3 b/src/lib/libc/net/getprotoent.3
index df4cd0c323..cc2c69836a 100644
--- a/src/lib/libc/net/getprotoent.3
+++ b/src/lib/libc/net/getprotoent.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: getprotoent.3,v 1.17 2007/05/31 19:19:30 jmc Exp $ 1.\" $OpenBSD: getprotoent.3,v 1.18 2013/06/05 03:39:23 tedu Exp $
2.\" 2.\"
3.\" Copyright (c) 1983, 1991, 1993 3.\" Copyright (c) 1983, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE. 28.\" SUCH DAMAGE.
29.\" 29.\"
30.Dd $Mdocdate: May 31 2007 $ 30.Dd $Mdocdate: June 5 2013 $
31.Dt GETPROTOENT 3 31.Dt GETPROTOENT 3
32.Os 32.Os
33.Sh NAME 33.Sh NAME
@@ -43,7 +43,7 @@
43.Nm endprotoent_r 43.Nm endprotoent_r
44.Nd get protocol entry 44.Nd get protocol entry
45.Sh SYNOPSIS 45.Sh SYNOPSIS
46.Fd #include <netdb.h> 46.In netdb.h
47.Ft struct protoent * 47.Ft struct protoent *
48.Fn getprotoent "void" 48.Fn getprotoent "void"
49.Ft int 49.Ft int