Bug 272669

Summary: Committers guide: The shell button copies the shell prompt as well as the text
Product: Documentation Reporter: George V. Neville-Neil <gnn>
Component: Books & ArticlesAssignee: Sergio Carlavilla Delgado <carlavilla>
Status: New ---    
Severity: Affects Many People CC: doc, pat
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://docs.freebsd.org/en/articles/committers-guide/

Description George V. Neville-Neil freebsd_committer freebsd_triage 2023-07-23 03:15:03 UTC
For example when I copy the box to do "git remote" this is what gets pasted:

% git remote -v
freebsd  https://git.freebsd.org/${repo}.git (fetch)
freebsd  https://git.freebsd.org/${repo}.git (push)

note the "%" character which is the prompt.  Pasting that of course does not work.