diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-09-29 11:26:42 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-09-29 11:26:42 -0400 |
commit | cff17777faa93c6086226a425986644ff3fb92a1 (patch) | |
tree | bee1c826358f92f924263cce2a7eded97d713c15 | |
parent | 2327b73ddb7d1646c914e31496adb67968f84f03 (diff) |
response
-rw-r--r-- | doc/coding_style/comment_4_433b7ba5e51e746f6b033ebb5c0e50a2._comment | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/coding_style/comment_4_433b7ba5e51e746f6b033ebb5c0e50a2._comment b/doc/coding_style/comment_4_433b7ba5e51e746f6b033ebb5c0e50a2._comment new file mode 100644 index 000000000..118a20caf --- /dev/null +++ b/doc/coding_style/comment_4_433b7ba5e51e746f6b033ebb5c0e50a2._comment @@ -0,0 +1,22 @@ +[[!comment format=mdwn + username="joey" + subject="""man page style""" + date="2015-09-29T15:20:10Z" + content=""" +Well, I don't always word-wrap paras when re-editing them, and several +people have had their hands on the man page and may have different wrapping +settings. + +My suggestion would be, if you need to re-wrap, or generally make +whitespace changes, do it in a separate commit from other changes. +Similarly, make spelling corrections in a separate commit from any +substance changes. + +Note that you can push man page commits directly to this site via git:// +protocol, so it's not going to use my time as long as there's a reasonable +commit message. + +Use backticks around any command name or fragment of a command line. +Use quotes around program output, or other values that are not command +names or switch names. +"""]] |