From f49ad64cb5e38fd9d04a8ad3e1fffb8796bc19b8 Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 24 Feb 1998 16:57:49 +0000 Subject: Add a -p option which is the same as the -m option but provided for SVR4 compatibility. PR: 5826 --- usr.bin/uname/uname.1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'usr.bin/uname/uname.1') diff --git a/usr.bin/uname/uname.1 b/usr.bin/uname/uname.1 index eb5376e..f224e88 100644 --- a/usr.bin/uname/uname.1 +++ b/usr.bin/uname/uname.1 @@ -39,7 +39,7 @@ .Nd display information about the system .Sh SYNOPSIS .Nm -.Op Fl amnrsv +.Op Fl amnprsv .Sh DESCRIPTION The .Nm @@ -63,6 +63,10 @@ were specified. Write the type of the current hardware platform to standard output. .It Fl n Write the name of the system to standard output. +.It Fl p +Writes out the same value as +.Fl m . +This option is provided for backward compatibility with SVR4. .It Fl r Write the current release level of the operating system to standard output. -- cgit v1.1