Linux Manual Pages development
 help / color / mirror / Atom feed
* [PATCH 1/2] uname.2: fix standard reference wording
@ 2022-06-15 10:04 наб
  2022-06-15 10:08 ` [PATCH 2/2] uname.2: deweirdify наб
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: наб @ 2022-06-15 10:04 UTC (permalink / raw)
  To: Alejandro Colomar (man-pages); +Cc: linux-man

[-- Attachment #1: Type: text/plain, Size: 1737 bytes --]

Issue 6:
    IEEE Std 1003.1-2001/Cor 2-2004, item XBD/TC2/D6/27 is applied,
changing the description of nodename within the utsname structure from
``an implementation-defined communications network'' to
``the communications network to which this node is attached, if any''.

Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
---
 man2/uname.2 | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/man2/uname.2 b/man2/uname.2
index 94c9c951a..b43f5d8d6 100644
--- a/man2/uname.2
+++ b/man2/uname.2
@@ -29,8 +29,8 @@ struct is defined in
 .EX
 struct utsname {
     char sysname[];    /* Operating system name (e.g., "Linux") */
-    char nodename[];   /* Name within "some implementation\-defined
-                          network" */
+    char nodename[];   /* Name within communications network
+                          to which the node is attached, if any */
     char release[];    /* Operating system release
                           (e.g., "2.6.28") */
     char version[];    /* Operating system version */
@@ -73,9 +73,10 @@ So, four of the fields of the struct are meaningful.
 On the other hand, the field
 .I nodename
 is meaningless:
-it gives the name of the present machine in some undefined
-network, but typically machines are in more than one network
-and have several names.
+it gives the name of the present machine in some "the" network
+to which it's attached,
+but typically machines are in more than one network
+and have several names by which they're reachable.
 Moreover, the kernel has no way of knowing
 about such things, so it has to be told what to answer here.
 The same holds for the additional
-- 
2.30.2


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-06-15 16:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-15 10:04 [PATCH 1/2] uname.2: fix standard reference wording наб
2022-06-15 10:08 ` [PATCH 2/2] uname.2: deweirdify наб
2022-06-15 11:58 ` [PATCH 1/2] uname.2: fix standard reference wording Stefan Puiu
2022-06-15 15:12   ` наб
2022-06-15 15:36 ` Alejandro Colomar
2022-06-15 16:29   ` наб
2022-06-15 16:36     ` Alejandro Colomar
2022-06-15 16:39       ` [PATCH v2 " наб
2022-06-15 16:39       ` [PATCH v2 2/2] uname.2: deweirdify наб
2022-06-15 16:59         ` Alejandro Colomar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox