Skip to content

Commit

Permalink
Fix "version introduced" in numerous manual pages
Browse files Browse the repository at this point in the history
MFC after:	1 week
Pull request:	freebsd#853
  • Loading branch information
tomhukins authored and emaste committed Jan 8, 2024
1 parent 1e82d88 commit ba719a0
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bin/ls/ls.1
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ command appeared in
The
.Fl v
option was added in
.Fx 14.0 .
.Fx 13.2 .
.Sh BUGS
To maintain backward compatibility, the relationships between the many
options are quite complex.
Expand Down
2 changes: 1 addition & 1 deletion lib/libc/gen/posix_spawn_file_actions_addopen.3
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,6 @@ The
and
.Fn posix_spawn_file_actions_addclosefrom_np
functions first appeared in
.Fx 14.0 .
.Fx 13.1 .
.Sh AUTHORS
.An \&Ed Schouten Aq Mt ed@FreeBSD.org
2 changes: 1 addition & 1 deletion lib/libc/sys/fork.2
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,4 @@ implementation must be async-signal safe.
The
.Fn _Fork
function appeared in
.Fx 14.0 .
.Fx 13.1 .
2 changes: 1 addition & 1 deletion sbin/mount/mntopts.3
Original file line number Diff line number Diff line change
Expand Up @@ -376,4 +376,4 @@ The
and
.Fn chkdoreload
functions were added in
.Fx 14.0 .
.Fx 13.2 .
2 changes: 1 addition & 1 deletion share/man/man4/igc.4
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ address.
The
.Nm
device driver first appeared in
.Fx 14.0 .
.Fx 13.1 .
.Sh AUTHORS
.An -nosplit
The
Expand Down
2 changes: 1 addition & 1 deletion share/man/man4/mac_priority.4
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ MAC first appeared in
and
.Nm
first appeared in
.Fx 14.0 .
.Fx 13.1 .
2 changes: 1 addition & 1 deletion share/man/man4/tslog.4
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ first appeared in
.Fx 12.0 .
Support for tracing boot loaders and userland process
was added in
.Fx 14.0 .
.Fx 13.2 .
.Ss TSLOG vs. Boottrace
.Nm
is oriented towards system developers while
Expand Down
2 changes: 1 addition & 1 deletion share/man/man7/growfs.7
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ The
manual page first appeared in
.Fx 10.1 .
The ability to add a swap partition was added in
.Fx 14.0 .
.Fx 13.2 .
.Sh AUTHORS
The man page and script were written by
.An John-Mark Gurney Aq Mt jmg@FreeBSD.org .
Expand Down
2 changes: 1 addition & 1 deletion share/man/man9/kasan.9
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ should be 0.
was ported from
.Nx
and first appeared in
.Fx 14.0 .
.Fx 13.1 .
.Sh BUGS
Accesses to kernel memory outside of the kernel map are ignored by the
.Nm
Expand Down

0 comments on commit ba719a0

Please sign in to comment.