In the handbook, there are commands on the pages, for example, - https://docs.freebsd.org/en/books/handbook/cutting-edge/
# shutdown -r now
When clicking the "Copy to clipboard" button on the top right of the element, it also includes the prefixed #, which then gives a "Command not found" or doesn't actually run the command.
Running
This could lead to confusion in those who are less familiar with shell commands.
Maybe by design, or is known? But thought it worth noting.
Chapter 26. Updating and Upgrading FreeBSD
This has the black sections which note commands to run.# shutdown -r now
When clicking the "Copy to clipboard" button on the top right of the element, it also includes the prefixed #, which then gives a "Command not found" or doesn't actually run the command.
Running
# shutdown -r now
doesn't do anything on my machine.This could lead to confusion in those who are less familiar with shell commands.
Maybe by design, or is known? But thought it worth noting.