Skip to content

Commit 147d180

Browse files
doc: fix man pages link to signal
This add the space needed to match the man pages linking regex. Refs: nodejs#17724
1 parent 97cee72 commit 147d180

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/api/child_process.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -980,9 +980,9 @@ added: v0.1.90
980980

981981
* `signal` {string}
982982

983-
The `subprocess.kill()` methods sends a signal to the child process. If no
984-
argument is given, the process will be sent the `'SIGTERM'` signal. See
985-
signal(7) for a list of available signals.
983+
The `subprocess.kill()` methods sends a signal to the child process.
984+
If no argument is given, the process will be sent the `'SIGTERM'` signal.
985+
See signal(7) for a list of available signals.
986986

987987
```js
988988
const { spawn } = require('child_process');

0 commit comments

Comments
 (0)