diff options
| author | Alejandro Colomar <alx@kernel.org> | 2022-10-23 17:43:43 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2022-10-29 23:51:10 +0200 |
| commit | 4279e42dd98a11b31fa4e1fcebbb00b7a677bb70 (patch) | |
| tree | 68afd1d743f86e186dafa44c0376ee1861e2146a /man7/unix.7 | |
| parent | 2ff309be8a6205bdb3412f7fb563ba2252d9c636 (diff) | |
| download | man-pages-4279e42dd98a11b31fa4e1fcebbb00b7a677bb70.tar.gz | |
Many pages: Use .TP for tagged paragraphs
Reported-by: Mike Frysinger <vapier@gentoo.org>
Cc: <groff@gnu.org>
Acked-by: Douglas McIlroy <douglas.mcilroy@dartmouth.edu>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man7/unix.7')
| -rw-r--r-- | man7/unix.7 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man7/unix.7 b/man7/unix.7 index 109ff30ab0..113fef9493 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -96,8 +96,8 @@ return an argument of this type. Three types of address are distinguished in the .I sockaddr_un structure: -.IP * 3 -.IR pathname : +.TP +pathname a UNIX domain socket can be bound to a null-terminated filesystem pathname using .BR bind (2). @@ -125,8 +125,8 @@ so the expression more portably describes the size of the address structure.) .IP For further details of pathname sockets, see below. -.IP * -.IR unnamed : +.TP +unnamed A stream socket that has not been bound to a pathname using .BR bind (2) has no name. @@ -141,8 +141,8 @@ and should not be inspected. .\" There is quite some variation across implementations: FreeBSD .\" says the length is 16 bytes, HP-UX 11 says it's zero bytes. -.IP * -.IR abstract : +.TP +abstract an abstract socket address is distinguished (from a pathname socket) by the fact that .I sun_path[0] |
