ladybird/Base/usr/share/man/man2
Shannon Booth e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
In a bunch of cases, this actually ends up simplifying the code as
to_number will handle something such as:

```
Optional<I> opt;
if constexpr (IsSigned<I>)
    opt = view.to_int<I>();
else
    opt = view.to_uint<I>();
```

For us.

The main goal here however is to have a single generic number conversion
API between all of the String classes.
2023-12-23 20:41:07 +01:00
..
accept.md Base: Add accept(2) man page 2023-07-02 02:29:09 +02:00
access.md
adjtime.md
bindmount.md Kernel+Userland: Split bind-mounting and re-mounting from mount syscall 2023-05-17 23:39:15 -06:00
disown.md
futex.md Base: Fix a typo in the futex() documentation 2023-08-14 22:16:11 -04:00
get_process_name.md
getegid.md
geteuid.md
getgid.md
getpid.md
getppid.md
getresgid.md
getresuid.md
gettid.md
getuid.md
mkdir.md
mount.md Kernel+Userland: Split bind-mounting and re-mounting from mount syscall 2023-05-17 23:39:15 -06:00
pipe.md
pledge.md Kernel: Use FixedStringBuffer for fixed-length strings in syscalls 2023-08-09 21:06:54 -06:00
readlink.md Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
recvfd.md
remount.md Kernel+Userland: Split bind-mounting and re-mounting from mount syscall 2023-05-17 23:39:15 -06:00
scheduler_get_parameters.md
scheduler_set_parameters.md
sendfd.md
set_process_name.md
setegid.md
seteuid.md
setgid.md
setresgid.md
setresuid.md
setuid.md
uname.md
unveil.md Kernel: Use FixedStringBuffer for fixed-length strings in syscalls 2023-08-09 21:06:54 -06:00