Skip to content

Commit 9c61443

Browse files
fredrikekreararslan
andcommitted
Add a 1.1 compatibility note to the docstrings
Co-Authored-By: ararslan <[email protected]>
1 parent ff2d7a8 commit 9c61443

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

base/sysinfo.jl

+2
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,8 @@ for bsd in (:FreeBSD, :OpenBSD, :NetBSD, :DragonFly)
314314
!!! note
315315
Not to be confused with `Sys.isbsd()`, which is `true` on $($s) but also on
316316
other BSD-based systems. `Sys.$($f)()` refers only to $($s).
317+
!!! compat "Julia 1.1"
318+
This function requires at least Julia 1.1.
317319
"""
318320
$f(os::Symbol) = (os === $(QuoteNode(bsd)))
319321
$f() = $(getfield(@__MODULE__, f)(KERNEL))

0 commit comments

Comments
 (0)