dotnet / docs

This repository contains .NET Documentation.
https://learn.microsoft.com/dotnet
Creative Commons Attribution 4.0 International
4.28k stars 5.91k forks source link

Mentioned keyboard shortcut is incorrect #43577

Open joellyons opened 5 hours ago

joellyons commented 5 hours ago

Type of issue

Typo

Description

The third bullet point under "Host shutdown" mentions using Ctrl+Z, but should say Ctrl+C: "If the app is forcefully shut down using SIGKILL (or CTRL+Z)."

Page URL

https://learn.microsoft.com/en-us/dotnet/core/extensions/generic-host?tabs=appbuilder#host-shutdown

Content source URL

https://github.com/dotnet/docs/blob/main/docs/core/extensions/generic-host.md

Document Version Independent Id

22a12ff8-d2ff-a841-b9bb-e2fd1032bc04

Article author

@IEvangelist

Metadata

Related Issues

joellyons commented 5 hours ago

Oh, I just realized I might be incorrect about this. I've never seen Ctrl+Z associated with SIGKILL (only SIGTSTP) and assumed this document meant Ctrl+C (SIGINT), but perhaps Ctrl+Z is appropriate in this case.