uname.3 (25bb73e063c17cd9048cf60100dbc0ac5177e94a) | uname.3 (d0353b836e88609b9400851d32e0aa6645ff9be3) |
---|---|
1.\" Copyright (c) 1994 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 38 unchanged lines hidden (view full) --- 47.Sh DESCRIPTION 48The 49.Fn uname 50function stores nul-terminated strings of information identifying 51the current system into the structure referenced by 52.Fa name . 53.Pp 54The | 1.\" Copyright (c) 1994 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 38 unchanged lines hidden (view full) --- 47.Sh DESCRIPTION 48The 49.Fn uname 50function stores nul-terminated strings of information identifying 51the current system into the structure referenced by 52.Fa name . 53.Pp 54The |
55.Li utsname | 55.Vt utsname |
56structure is defined in the | 56structure is defined in the |
57.Li <sys/utsname.h> | 57.Aq Pa sys/utsname.h |
58header file, and contains the following members: 59.Bl -tag -width nodenameXXXX -offset indent 60.It sysname 61Name of the operating system implementation. 62.It nodename 63Network name of this machine. 64.It release 65Release level of the operating system. --- 31 unchanged lines hidden --- | 58header file, and contains the following members: 59.Bl -tag -width nodenameXXXX -offset indent 60.It sysname 61Name of the operating system implementation. 62.It nodename 63Network name of this machine. 64.It release 65Release level of the operating system. --- 31 unchanged lines hidden --- |