Skip to content

Commit ee1d393

Browse files
committed
rpc: fix broken markdown table
1 parent 697ff48 commit ee1d393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/rpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ As evident from the output above, each endpoint returns a JSON object as its res
2626
## HTTP Endpoints
2727

2828
| Endpoint | Replacement of | Description | Version |
29-
| :--- | :---: | :---: | |
29+
| :--- | :---: | :---: | :---: |
3030
| `/api/processes.interruptWorkers` | [SIGINT](signals.md#sigint-or-sigterm) | Stops the daemon. | v1.0 |
3131
| `/api/processes.killWorkers` | [SIGTERM](signals.md#sigint-or-sigterm) | Stops the daemon. | v1.0 |
3232
| `/api/processes.zeroDowntimeRestart` | [SIGUSR2](signals.md#sigusr2) | Restarts Fluentd with zero-downtime. (Not supported on Windows) | v1.18 |

0 commit comments

Comments
 (0)