diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-25 01:47:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-25 01:47:31 +0000 |
commit | ff995f47e5630c58d219fabad07b16418f89e161 (patch) | |
tree | dc3d73a4b34b066d17ff11baff235fb48d97669b /share/man | |
parent | 9de338c1bec3f762f07beb1266cab0ceaae12afc (diff) |
pretty structure defn
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/unix.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/unix.4 b/share/man/man4/unix.4 index dae0ae6dea2..db8816b6ea3 100644 --- a/share/man/man4/unix.4 +++ b/share/man/man4/unix.4 @@ -67,9 +67,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 |