rcctl man page does not describe -d and -f flags, at least, not sufficiently

2021-12-13 Thread Sean McBride
Hi, I'm new to OpenBSD, and this is my first Problem Report. Please be gentle. :) The rcctl man page fails to actually describe what the -d and -f flags do. It mentions they exist, but doesn't say more. I was having trouble getting a service to load and trying to find a way to see some error

Re: rcctl man page does not describe -d and -f flags, at least, not sufficiently

2021-12-23 Thread Sean McBride
On 13 Dec 2021, at 15:46, Crystal Kolipe wrote: On Mon, Dec 13, 2021 at 03:39:31PM -0500, Sean McBride wrote: The rcctl man page fails to actually describe what the -d and -f flags do. It mentions they exist, but doesn't say more. If you look at the referenced rc.d(8) manpage, you&#

`man backtrace` should name the required linker flag (`-lexecinfo`)

2023-10-08 Thread Sean McBride
Hello, I've been trying to compile some open source C/C++ code on OpenBSD (that already builds on Mac, Windows, and linux) and one error I hit on one project was a link error trying to link to the backtrace() function. So I went to check the man page. But the man page does not document what

wcsftime() outputs in wrong language

2023-11-15 Thread Sean McBride
Hi OpenBSD folks, I tried building the fmt library on OpenBSD 7.4 on x86_64 and a few of its unit tests fail. First we thought it was maybe a libc++ bug, but in fact it seems to be an OpenBSD bug: Reduced case: ```c #include #include #include #include int main() { setlocale(LC_TIME,