Module Name:    src
Committed By:   msaitoh
Date:           Sat Nov  6 06:38:03 UTC 2021

Modified Files:
        src/bin/ps: ps.1

Log Message:
s/maxiumum/maximum/


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/bin/ps/ps.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/ps/ps.1
diff -u src/bin/ps/ps.1:1.114 src/bin/ps/ps.1:1.115
--- src/bin/ps/ps.1:1.114	Tue Sep 14 22:14:11 2021
+++ src/bin/ps/ps.1	Sat Nov  6 06:38:03 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ps.1,v 1.114 2021/09/14 22:14:11 christos Exp $
+.\"	$NetBSD: ps.1,v 1.115 2021/11/06 06:38:03 msaitoh Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1991, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)ps.1	8.3 (Berkeley) 4/18/94
 .\"
-.Dd September 14, 2021
+.Dd November 6, 2021
 .Dt PS 1
 .Os
 .Sh NAME
@@ -329,7 +329,7 @@ The exact time the command started, usin
 format described in
 .Xr strftime 3 .
 .It Ar maxrss
-the maxiumum resident set size of the process (in 1024 byte units).
+the maximum resident set size of the process (in 1024 byte units).
 .It Ar nice
 The process scheduling increment (see
 .Xr setpriority 2 ) .

Reply via email to