Skip to content
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

Fix pkill man page #427

Merged
merged 4 commits into from
Feb 23, 2024
Merged

Fix pkill man page #427

merged 4 commits into from
Feb 23, 2024

Commits on Feb 22, 2024

  1. Cleans up an ambiguous example in the man page

    Using parameter -f kills the first program which contains the mentioned
    'rec' string in its command line. That may not be the program with the
    name 'rec'.
    dl1jbe committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    283b21e View commit details
    Browse the repository at this point in the history
  2. Replace backticks with $() in scripts/soundlog

    As backticks are generally hard to see, use the synonymous $() construct
    to generate the name for the audio file.  $() is preferred for capturing
    the output of a command into a shell variable.
    N0NB authored and dl1jbe committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    4a14977 View commit details
    Browse the repository at this point in the history
  3. Typo

    dl1jbe committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    c958612 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    783244d View commit details
    Browse the repository at this point in the history