Module Name: src
Committed By: uwe
Date: Wed Mar 26 18:08:46 UTC 2025
Modified Files:
src/share/man/man4: unix.4
Log Message:
unix(4): tweak markup
Use comma instead of em-dash, it's easier to read in plain-text output
(especically if it ends up as a single cell monospace em-dash in UTF-8
that is just a pixel or two wider than a hyphen). Use .Bx to get
nicer looking smallcaps "BSD" in the PostScript output.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/share/man/man4/unix.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/unix.4
diff -u src/share/man/man4/unix.4:1.33 src/share/man/man4/unix.4:1.34
--- src/share/man/man4/unix.4:1.33 Wed Mar 26 15:17:58 2025
+++ src/share/man/man4/unix.4 Wed Mar 26 18:08:46 2025
@@ -1,4 +1,4 @@
-.\" $NetBSD: unix.4,v 1.33 2025/03/26 15:17:58 riastradh Exp $
+.\" $NetBSD: unix.4,v 1.34 2025/03/26 18:08:46 uwe Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -77,7 +77,7 @@ socket with
causes a socket file to be created in the filesystem.
This file is
.Em not
-removed when the socket is closed\(em\c
+removed when the socket is closed,
.Xr unlink 2
must be used to remove the file.
.Pp
@@ -281,7 +281,8 @@ if (ret != 0)
.Sh COMPATIBILITY
The
.Fa sun_len
-field exists only in system derived from 4.4BSD.
+field exists only in system derived from
+.Bx 4.4 .
On systems which don't have the
.Fn SUN_LEN
macro, the following definition is recommended: