diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-01-19 19:47:18 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-01-19 19:47:18 +0100 |
commit | 2e00b23e38279ea006db39c8ca3ec20dce7942b1 (patch) | |
tree | ce5a161bfd54af85ed5275ecc18266109fba5b4b /contributing.mdwn | |
parent | f446e40690645ce38b49ccbf8ade505abf9a3758 (diff) | |
download | web-2e00b23e38279ea006db39c8ca3ec20dce7942b1.tar.gz web-2e00b23e38279ea006db39c8ca3ec20dce7942b1.tar.bz2 web-2e00b23e38279ea006db39c8ca3ec20dce7942b1.zip |
fix quotes
Diffstat (limited to 'contributing.mdwn')
-rw-r--r-- | contributing.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index 62ff4ef8..1c175da2 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -118,7 +118,7 @@ part:1:file:/home/samy/tmp/foo`). This would be libnetfs-based. * Add gnumach support for EFI memory areas report through GetMemoryMap instead of the BIOS E820. * Implement `SA_NOCLDWAIT`. It means adding an RPC to proc to implement it, and then making glibc detect when setting `SIG_IGN` on `SIGCLD`, or setting the `SA_NOCLDWAIT` flag, and in that case call into `proc`, similarly to the `S_proc_mod_stopchild` RPC. proc's `S_proc_wait` shall then wait for all children and return `ECHILD`. * Implement `lsof'. One can get inspiration from `libshouldbeinlibc/portinfo.c' for the details. -* Add `VSTATUS' support to `term'. Essentially in `term/munge.c', `input_character', just like the `VINTR', `VQUIT', `VSUSP', collect a few stats from the system, and put them into the output queue. +* Add `VSTATUS` support to `term`. Essentially in `term/munge.c`, `input_character`, just like the `VINTR`, `VQUIT`, `VSUSP`, collect a few stats from the system, and put them into the output queue. <a name="porting"></a> ## Porting Packages |