Skip to content

Commit fcc3096

Browse files
committed
Fix grammar in freebsd-version(1)
The man page for freebsd-version describes four options and using the distinction between two (using neither) does not apply in that context. Change it to replace "neither" to fix the grammo. PR: 265808 Event: Oslo Hackathon 2025 Approved by: des Differential Revision: https://reviews.freebsd.org/D52180
1 parent 676d64e commit fcc3096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/freebsd-version/freebsd-version.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2424
.\" SUCH DAMAGE.
2525
.\"
26-
.Dd October 1, 2021
26+
.Dd August 27, 2025
2727
.Dt FREEBSD-VERSION 1
2828
.Os
2929
.Sh NAME
@@ -73,7 +73,7 @@ If several of the above options are specified,
7373
will print the installed kernel version first, then the running kernel
7474
version, next the userland version, and finally the userland version
7575
of the specified jails, on separate lines.
76-
If neither is specified, it will print the userland version only.
76+
If no option is specified, it will print the userland version only.
7777
.Sh IMPLEMENTATION NOTES
7878
The
7979
.Nm

0 commit comments

Comments
 (0)