document OpenBSD

This commit is contained in:
Sylvestre Ledru
2023-03-07 22:49:05 +01:00
committed by GitHub
parent eb47efaadc
commit f722e9b407
+1 -1
View File
@@ -120,7 +120,7 @@ cargo deny --all-features check all
The Coreutils have different implementations, with different levels of completions:
* [GNU's](https://git.savannah.gnu.org/gitweb/?p=coreutils.git)
* [BSD](https://github.com/openbsd/src/tree/master/bin)
* [OpenBSD](https://github.com/openbsd/src/tree/master/bin)
* [Busybox](https://github.com/mirror/busybox/tree/master/coreutils)
* [Toybox (Android)](https://github.com/landley/toybox/tree/master/toys/posix)
* [V lang](https://github.com/vlang/coreutils)