From nobody Sat Jun 27 10:59:53 2026 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4gnV1P4yXXz6jMZ3 for ; Sat, 27 Jun 2026 10:59:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gnV1P4Khjz4HRX for ; Sat, 27 Jun 2026 10:59:53 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782557993; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=qqYPVFhKnmmnA7fIEzVnGOcHZ+/GrdUHyhXocSg+H98=; b=AhS3/r4y0fmLtW6798pMhgqIhmn03n5debGFxnwDPYzMZdfVl2xZo5j9KrA2nM3jfVI9/U R4ykGWG0AUjTO6Fog1HkjYewomA1limUtT91OLOAUkXDuPgSNpmlvLIKqzVLY7whVTr8/2 qCPM3aojOWkV3omHTfZ6hDVSEODcXIXCxqCSMNL2I2er0xCtzkxP9N+kgiL06AEU7ISx99 MYXGCdmLZVv74BizysGV2xVR5rnJ90FcxUUcx7guhdCevDAxUOxJdQtsRnjTi61QECEfjD v5AvNfNXuJJ54Pl9ecV5OB/2GlOQII30+EHTAHi+pDMhi6LRRWkNrnLJDXTukQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1782557993; a=rsa-sha256; cv=none; b=mPaGOTPiTWgvwVjs9ENNXhq3mrmaC9i/VleKmTuHC9w94J3qhyO8hy8uv+KERExIpdKGDZ DnuNYnyVCfM2dVhzYzBtrFkZi/ocI47r7SGIMmmScjoaE7p3pbVJOCVZP5ptJCZ7fSWjWh GoWDMJGThhLlU5ayowIJpbp60WkUNPRtBZi7HfPuUyI/D7fzIywRNMlj/xb8rbvzFJcxTB kTgLHu3TlUHaN1c4CIKJjCSxXGDcxdfggsIyBulATSdoewnIJ1Cm9WjU3VDOFurPwOekm/ aNtRjBV71R+QvXsWa5f84o00x6Qq97sYEtOlQL6xylmJcizA3GyQMcjwsk5eNw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782557993; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=qqYPVFhKnmmnA7fIEzVnGOcHZ+/GrdUHyhXocSg+H98=; b=NfoF9MZztz0HPKCEzBeJRSK6f0gkeUhCbXVtMNXxgES1BNWv1YIQ8129WpGbN/45vDBA17 busDZskzRHvnQnIEOa7eilrGTTscMm3hUNfuBHyhm0KWohgJbkRGZCJieR4VCgMzmRwak3 Jq9DBkxdew6xuifmFjwGvmy/Sw1KzsvGYQUsGVVL5/tPZxDMw9YAKt9FZXNGJJBb/og/Bc 60IEmbeTXqtVJb1hUB8hPp8zikJjfdjD0pygwvAXyLMQVLhKxedf5NuYrM8sVy214RRXvv NPbjsCAxjB65NF95RrWd7n6oVq/Kn0khfkQkhV/FIzlQXtdS6z4mE+kZ8l4qyA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gnV1P3Jghz5WM for ; Sat, 27 Jun 2026 10:59:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 38c8b by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sat, 27 Jun 2026 10:59:53 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Gordon Bergling Subject: git: dd2127b54f97 - main - ps(1): Fix a few typos in the manual page List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gbe X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: dd2127b54f97fd7445bb4f4187a148e979c9c944 Auto-Submitted: auto-generated Date: Sat, 27 Jun 2026 10:59:53 +0000 Message-Id: <6a3fad29.38c8b.7f6ff9a7@gitrepo.freebsd.org> The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=dd2127b54f97fd7445bb4f4187a148e979c9c944 commit dd2127b54f97fd7445bb4f4187a148e979c9c944 Author: Gordon Bergling AuthorDate: 2026-06-27 10:48:11 +0000 Commit: Gordon Bergling CommitDate: 2026-06-27 10:48:11 +0000 ps(1): Fix a few typos in the manual page - s/occurence/occurrence/ - s/occurences/occurrences/ - s/ouput/output/ MFC after: 3 days --- bin/ps/ps.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 542004453658..81e059646fd7 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -321,11 +321,11 @@ Extract the name list from the specified system instead of the default, which is the kernel image the system has booted from. .It Fl O Save passed columns in a separate list that in the end is grafted just after the -display's first occurence of the process ID column as specified by other +display's first occurrence of the process ID column as specified by other options, or the default display if there is none. If the display prepared by other options does not include a process ID column, the list is inserted at start of the display. -Further occurences of +Further occurrences of .Fl O append to the to-be-grafted list of columns. This option takes a space- or comma-separated list of keywords. @@ -431,7 +431,7 @@ and .Fl x are specified, .Nm -will obey the last occurence. +will obey the last occurrence. .It Fl Z Add .Xr mac 4 @@ -989,7 +989,7 @@ cannot run faster than the system and is run as any other scheduled process, the information it displays can never be exact. .Pp .Nm ps -currently does not correctly limit the ouput width, and in most cases does not +currently does not correctly limit the output width, and in most cases does not limit it at all when it should. Regardless of the target width, requested columns are always all printed and with widths allowing to entirely print their longest values, except for columns