diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2021-01-04 19:55:20 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-01-05 12:48:33 +0100 |
| commit | ba2c475246282a40ec1501edab13313748ed9769 (patch) | |
| tree | 118345d634232d0a44ca11c196caf32c13585f73 /man7 | |
| parent | 72af9e8351383a9a8d2873beb182b14806eba76e (diff) | |
| download | man-pages-ba2c475246282a40ec1501edab13313748ed9769.tar.gz | |
futex.2, syscalls.2, vmsplice.2, bpf-helpers.7: wfix: Write consistently 'user space' instead of 'userspace'
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/bpf-helpers.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/bpf-helpers.7 b/man7/bpf-helpers.7 index f3b9bbc72b..5ddbe79baa 100644 --- a/man7/bpf-helpers.7 +++ b/man7/bpf-helpers.7 @@ -3020,7 +3020,7 @@ void bpf_sys_open(struct pt_regs *ctx) ctx\->di); // Consume buf, for example push it to - // userspace via bpf_perf_event_output(); we + // user space via bpf_perf_event_output(); we // can use res (the string length) as event // size, after checking its boundaries. } |
