Indent structure members.

This commit is contained in:
mdodd 2005-04-12 23:49:57 +00:00
parent 1f525cc190
commit d3c0680872

View File

@ -66,9 +66,9 @@ The include file
defines this address:
.Bd -literal -offset indent
struct sockaddr_un {
u_char sun_len;
u_char sun_family;
char sun_path[104];
u_char sun_len;
u_char sun_family;
char sun_path[104];
};
.Ed
.Pp