summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@FreeBSD.org>2002-01-22 21:26:15 +0000
committerJens Schweikhardt <schweikh@FreeBSD.org>2002-01-22 21:26:15 +0000
commit8f2087fb4562ec63046709e00c57497072a79087 (patch)
treea3eb097ce7278467701599f6c29ad8f5db2fce7c /share
parent65ab9c78a3b8d3db25bdf8e65498a4ba699c5934 (diff)
Notes
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/netintro.410
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/netintro.4 b/share/man/man4/netintro.4
index 9ddaa595fa41..506b89f4e653 100644
--- a/share/man/man4/netintro.4
+++ b/share/man/man4/netintro.4
@@ -123,17 +123,17 @@ Consult the appropriate manual pages in this section for more
information regarding the support for each protocol family.
.Sh ADDRESSING
Associated with each protocol family is an address
-format. All network address adhere to a general structure,
+format. All network addresses adhere to a general structure,
called a sockaddr, described below.
However, each protocol
imposes finer and more specific structure, generally renaming
the variant, which is discussed in the protocol family manual
page alluded to above.
.Bd -literal -offset indent
- struct sockaddr {
- u_char sa_len;
- u_char sa_family;
- char sa_data[14];
+struct sockaddr {
+ u_char sa_len;
+ u_char sa_family;
+ char sa_data[14];
};
.Ed
.Pp