diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-23 15:01:34 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-23 15:01:34 +0000 |
commit | 7bcf567c60c135c3ed7c6c8d02b6cb775fc74898 (patch) | |
tree | 84cd2175006488b92e14f04596bf7accd3792adb /usr.bin | |
parent | dd9a31e57cffd0e38bee431e38b40422021c5f86 (diff) |
`r' before `s';
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/uname/uname.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/uname/uname.1 b/usr.bin/uname/uname.1 index 4ea3fa1ced1..62291813070 100644 --- a/usr.bin/uname/uname.1 +++ b/usr.bin/uname/uname.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uname.1,v 1.10 2003/06/03 02:56:20 millert Exp $ +.\" $OpenBSD: uname.1,v 1.11 2004/02/23 15:01:33 jmc Exp $ .\" .\" Copyright (c) 1990 The Regents of the University of California. .\" All rights reserved. @@ -37,7 +37,7 @@ .Nd print operating system name .Sh SYNOPSIS .Nm uname -.Op Fl amnpsrv +.Op Fl amnprsv .Sh DESCRIPTION The .Nm uname @@ -58,10 +58,10 @@ that the system is known by to a communications network). .It Fl p Print the processor type in more detail. -.It Fl s -Print the operating system name. .It Fl r Print the operating system release. +.It Fl s +Print the operating system name. .It Fl v Print the operating system version. .El |