-
-
Notifications
You must be signed in to change notification settings - Fork 5k
ci, co, ident, rcs, rcsdiff, rcsmerge, rlog: add pages #19983
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
base: main
Are you sure you want to change the base?
Conversation
Managor
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you make sure that these commands still work with a space before applying them.
I checked the RCS man pages and the options are documented as directly attached without spaces:
For example, the man page shows: "co -r1.2 example.c" I want to make sure - should I add the spaces anyway for readability (if RCS accepts both), or keep the documented syntax? |
|
Use a space but only if the command functions with a space. It's part of our Style guide to have a space there for consistency across pages |
|
The man page shows the syntax as -r[rev] (attached), but I don't have RCS installed to test. If you've verified they work with spaces, I'll apply the suggestions. |
|
I haven't verified it either. EDIT: I have now. |
Adds documentation pages for the RCS (Revision Control System) suite of commands.
Checklist
common,linux,osx,windows,sunos,android, etc.