uname.3 (58f0484fa251c266ede97b591b499fe3dd4f578e) | uname.3 (bf5a138ec42c842d9402e45de366f7b71e267e42) |
---|---|
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. --- 53 unchanged lines hidden (view full) --- 62Release level of the operating system. 63.It version 64Version level of the operating system. 65.It machine 66Machine hardware platform. 67.El 68.Sh RETURN VALUES 69If | 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. --- 53 unchanged lines hidden (view full) --- 62Release level of the operating system. 63.It version 64Version level of the operating system. 65.It machine 66Machine hardware platform. 67.El 68.Sh RETURN VALUES 69If |
70.Nm uname | 70.Fn uname |
71is successful, 0 is returned, otherwise, -1 is returned and 72.Va errno 73is set appropriately. 74.Sh ERRORS 75The 76.Fn uname 77function may fail and set 78.Va errno --- 4 unchanged lines hidden (view full) --- 83.Xr sysctl 3 84.Sh STANDARDS 85The 86.Fn uname 87function conforms to 88.St -p1003.1-88 . 89.Sh HISTORY 90The | 71is successful, 0 is returned, otherwise, -1 is returned and 72.Va errno 73is set appropriately. 74.Sh ERRORS 75The 76.Fn uname 77function may fail and set 78.Va errno --- 4 unchanged lines hidden (view full) --- 83.Xr sysctl 3 84.Sh STANDARDS 85The 86.Fn uname 87function conforms to 88.St -p1003.1-88 . 89.Sh HISTORY 90The |
91.Nm uname | 91.Fn uname |
92function first appeared in 4.4BSD. | 92function first appeared in 4.4BSD. |