summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorderaadt <>1998-05-12 09:15:19 +0000
committerderaadt <>1998-05-12 09:15:19 +0000
commit843d26fb73ccffa5878005ce9ab0f7c0b7b75f6d (patch)
tree19eabd6ea8fbc500b8b824350a985909e07a7272 /src
parent804a4c1fe3d0bb176b7528ad1f60e7a0c2a960a6 (diff)
downloadopenbsd-843d26fb73ccffa5878005ce9ab0f7c0b7b75f6d.tar.gz
openbsd-843d26fb73ccffa5878005ce9ab0f7c0b7b75f6d.tar.bz2
openbsd-843d26fb73ccffa5878005ce9ab0f7c0b7b75f6d.zip
document how to enable YP for each database
Diffstat (limited to 'src')
-rw-r--r--src/lib/libc/net/ethers.33
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libc/net/ethers.3 b/src/lib/libc/net/ethers.3
index 3ad3bfc2b7..f5db308115 100644
--- a/src/lib/libc/net/ethers.3
+++ b/src/lib/libc/net/ethers.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ethers.3,v 1.8 1998/03/17 23:58:20 millert Exp $ 1.\" $OpenBSD: ethers.3,v 1.9 1998/05/12 09:15:19 deraadt Exp $
2.\" 2.\"
3.\" Written by roland@frob.com. Public domain. 3.\" Written by roland@frob.com. Public domain.
4.\" 4.\"
@@ -64,6 +64,7 @@ The
64function looks up the given host name and writes the associated 64function looks up the given host name and writes the associated
65Ethernet address into the structure passed. Both functions return 65Ethernet address into the structure passed. Both functions return
66zero if they find the requested host name or address, and -1 if not. 66zero if they find the requested host name or address, and -1 if not.
67.Pp
67Each call reads 68Each call reads
68.Pa /etc/ethers 69.Pa /etc/ethers
69from the beginning; if a + appears alone on a line in the file, then 70from the beginning; if a + appears alone on a line in the file, then