New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DispVM documentation page: small correction regarding "poweroff" #2563

Closed
Wikinaut opened this Issue Jan 8, 2017 · 2 comments

Comments

Projects
None yet
2 participants
@Wikinaut

Wikinaut commented Jan 8, 2017

On your page https://www.qubes-os.org/doc/dispvm-customization/

4. Shutdown the VM (either by "poweroff" from VM terminal, or "qvm-shutdown" from dom0 terminal).

s/poweroff/sudo poweroff/

@andrewdavidwong

This comment has been minimized.

Show comment
Hide comment
@andrewdavidwong

andrewdavidwong Jan 8, 2017

Member

It's generally assumed in *nix documentation that you may need appropriate privileges to execute certain commands. We don't add sudo (or equivalent) explicitly everywhere that it might be needed.

P.S. - You should submit documentation changes as pull requests instead of issues, especially if they're very minor.

Member

andrewdavidwong commented Jan 8, 2017

It's generally assumed in *nix documentation that you may need appropriate privileges to execute certain commands. We don't add sudo (or equivalent) explicitly everywhere that it might be needed.

P.S. - You should submit documentation changes as pull requests instead of issues, especially if they're very minor.

@Wikinaut

This comment has been minimized.

Show comment
Hide comment

Wikinaut commented Jan 8, 2017

ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment