diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-15 02:18:01 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-15 02:18:01 +0000 |
commit | 9da2fba87b0c32ad5a2f8805053e6c791801ac54 (patch) | |
tree | d3179d0375ff065b09db6a12207722992fb45fee /lib/libc | |
parent | 03629ece824a815e170827e0647d941ab81d82dd (diff) |
ethernet -> Ethernet, other repairs
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/net/link_addr.3 | 6 | ||||
-rw-r--r-- | lib/libc/rpc/rpc.3 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/net/link_addr.3 b/lib/libc/net/link_addr.3 index 7be9920cd58..d0283fa1ce2 100644 --- a/lib/libc/net/link_addr.3 +++ b/lib/libc/net/link_addr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: link_addr.3,v 1.3 1999/05/10 17:56:29 aaron Exp $ +.\" $OpenBSD: link_addr.3,v 1.4 1999/05/15 02:17:59 aaron Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -91,8 +91,8 @@ low order bytes through high order bytes. .\" .Pp Thus .Li le0:8.0.9.13.d.30 -represents an ethernet address -to be transmitted on the first Lance ethernet interface. +represents an Ethernet address +to be transmitted on the first Lance Ethernet interface. .Sh RETURN VALUES .Fn link_ntoa always returns a null terminated string. diff --git a/lib/libc/rpc/rpc.3 b/lib/libc/rpc/rpc.3 index a61be0d8460..68ec6213e4b 100644 --- a/lib/libc/rpc/rpc.3 +++ b/lib/libc/rpc/rpc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rpc.3,v 1.14 1999/02/04 01:08:31 deraadt Exp $ +.\" $OpenBSD: rpc.3,v 1.15 1999/05/15 02:18:00 aaron Exp $ .\" Mostly converted to mandoc by Theo de Raadt, Tue Feb 24 04:04:46 MST 1998 .\" .Dd February 16, 1988 @@ -266,7 +266,7 @@ waits for more replies; otherwise it returns with appropriate status. .IP Warning: broadcast sockets are limited in size to the -maximum transfer unit of the data link. For ethernet, +maximum transfer unit of the data link. For Ethernet, this value is 1500 bytes. .Pp .Fn clnt_call |