aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/uname/uname.1
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-02-24 16:57:49 +0000
committerSteve Price <steve@FreeBSD.org>1998-02-24 16:57:49 +0000
commit7db98de9574fbcd5e07e0ec45f49d73aa7f7e2d6 (patch)
tree1dbb6f55b3aee6ffa4deae8f0e5d47801388ad05 /usr.bin/uname/uname.1
parent5114f1d7c6dba1661a52c7f12a3fc98effd8d753 (diff)
downloadsrc-7db98de9574fbcd5e07e0ec45f49d73aa7f7e2d6.tar.gz
src-7db98de9574fbcd5e07e0ec45f49d73aa7f7e2d6.zip
Add a -p option which is the same as the -m option but provided
for SVR4 compatibility. PR: 5826
Notes
Notes: svn path=/head/; revision=33792
Diffstat (limited to 'usr.bin/uname/uname.1')
-rw-r--r--usr.bin/uname/uname.16
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/uname/uname.1 b/usr.bin/uname/uname.1
index eb5376e4248d..f224e88ec44a 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.