-.\" $OpenBSD: uname.3,v 1.18 2022/09/11 06:38:10 jmc Exp $
+.\" $OpenBSD: uname.3,v 1.19 2023/10/09 19:32:51 schwarze Exp $
.\"
.\" Copyright (c) 1994
.\" The Regents of the University of California. All rights reserved.
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 11 2022 $
+.Dd $Mdocdate: October 9 2023 $
.Dt UNAME 3
.Os
.Sh NAME
.It Fa machine
Machine hardware platform.
.El
+.Pp
+These are the same strings that can be displayed with
+.Xr uname 1 .
+Because their format and meaning depends on the operating system,
+trying to parse or interpret them is discouraged in portable code.
+The only reasonable way an application program can use them
+is for displaying them to the user.
.Sh RETURN VALUES
The
.Fn uname