Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Stupid little patch: manpage typo

(1/1)

BentFX:
I don't know the regular drill, but I've recently worked through how to capture a simple diff/patch file.

The last example in the Codeblocks manpage has a simple typo. It references a .cpp file, that the context would suggest was meant to be a .cbp file.

If someone would be interested in commiting the change it would make my first patch file seem just a little bit more special. Like I said I don't know the Codeblocks drill. I have worked with technical drawings and the system for tracking and documenting changes made the little changes like this, the most hateful thing, because the overhead of documenting it actually made the fix non-productive.

From within the trunk folder...

--- Code: ---patch -p0 < manpage.patch
--- End code ---

http://bentfx.com/manpage.patch

--- Code: ------ src/src/codeblocks.1 2011-09-26 06:59:41.700778880 -0700
+++ src/src/codeblocks.1.fixed 2011-09-26 07:03:11.188781482 -0700
@@ -57,7 +57,7 @@
 .nf
 codeblocks \-\-build \-\-target="Debug" \-\-no\-batch\-window\-close myproject.cbp
 
-Batch rebuild everything in myproject.cpp:
+Batch rebuild everything in myproject.cbp:
 .nf
 codeblocks \-\-rebuild myproject.cbp
 .SH AUTHOR

--- End code ---

oBFusCATed:
It was already committed, yesterday.

http://svn.berlios.de/wsvn/codeblocks/?op=log&rev=0&sc=0&isdir=1

rev7466

BentFX:

--- Quote from: oBFusCATed on September 27, 2011, 08:40:06 am ---It was already committed, yesterday.

http://svn.berlios.de/wsvn/codeblocks/?op=log&rev=0&sc=0&isdir=1

rev7466

--- End quote ---

Thank you Sir!

and Thank You @MortenMacFly

Navigation

[0] Message Index

Go to full version