| 27712 | Pass to address spelling issues. Most of these are just in comments or user-facing messages, but there were a couple that could impact script behavior. E.g. Server/test/test_SDP.py and Unsupported/Maintenance/sdputils.py looking at files or paths that don't exist. Other notes.. 1. I did not do anything with PDF files as I assume those are automatically generated. 2. This pass did address SDP-637, although I did it in the .adoc and .html files instead of the PDF. 3. I eventually realized Robert may have written some of these but I'd already saved the files changing things like "customisation" -> "customization" or "behaviour" -> "behavior". Sorry :( |
| 27722 | Refinements to @27712: * Resolved one out-of-date file (verify_sdp.sh). * Added missing adoc file for which HTML file had a change (WorkflowEnforcementTriggers.adoc). * Updated revdate/revnumber in *.adoc files. * Additional content updates in Server/Unix/p4/common/etc/cron.d/ReadMe.md. * Bumped version numbers on scripts with Version= def'n. * Generated HTML, PDF, and doc/gen files: - Most HTML and all PDF are generated using Makefiles that call an AsciiDoc utility. - HTML for Perl scripts is generated with pod2html. - doc/gen/*.man.txt files are generated with .../tools/gen_script_man_pages.sh. #review-27712 |