diff options
author | Maxim Konovalov <maxim@FreeBSD.org> | 2025-02-04 20:26:53 +0000 |
---|---|---|
committer | Maxim Konovalov <maxim@FreeBSD.org> | 2025-02-04 20:26:53 +0000 |
commit | b7f2a457a883c8530c9b6111cee6a988ce5b7249 (patch) | |
tree | c835d4fcecd2928ae71ca55af25fb8ae01dd80ed | |
parent | 46b91601bb165f20a40529775fffb4d05fe73d15 (diff) |
arch.7: grammar fixes
The "for hysterical raisons" was a nice one, though.
MFC after: 3 days
-rw-r--r-- | share/man/man7/arch.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man7/arch.7 b/share/man/man7/arch.7 index a3c875df0bff..796c6db7d299 100644 --- a/share/man/man7/arch.7 +++ b/share/man/man7/arch.7 @@ -352,7 +352,7 @@ userland interfaces relating to underlying hardware platform differences in bus architecture, device enumeration and boot interface. Generally, .Dv MACHINE -should only be used in src/sys and src/stand or in system imagers or +should only be used in src/sys and src/stand or in system images or installers. .It Dv MACHINE_ARCH Represents the CPU processor architecture. @@ -414,7 +414,7 @@ in the top level Makefile for cross building. Unused outside of that scope. It is not passed down to the rest of the build. Makefiles outside of the top level should not use it at all (though -some have their own private copy for hysterical raisons). +some have their own private copy for historical reasons). .It Dv TARGET_ARCH Used to set .Dv MACHINE_ARCH |