Commit Graph

12 Commits

Author SHA1 Message Date
Sami Kerola 742d7721b2 docs: add howto-pull-request.txt
Reference: http://comments.gmane.org/gmane.linux.utilities.util-linux-ng/10431
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2015-01-08 14:26:02 +01:00
Sami Kerola 347da736af docs: small improvements to howto-contribute.txt
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2015-01-08 14:26:00 +01:00
Karel Zak ee312c654b docs: fix "behaviour" vs. "behavior"
Sometimes we use "behaviour" and "behavior" in the same text, let's
use "behavior" only everywhere.

Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1011068
Signed-off-by: Karel Zak <kzak@redhat.com>
2014-06-06 09:49:35 +02:00
Sami Kerola d8a9b90756 docs: update links to http://git.kernel.org/ web repository views
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2013-11-12 11:47:57 +01:00
Sami Kerola 55fb2bc195 docs: add patching process to howto-contribute.txt
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2013-11-12 11:47:56 +01:00
Sami Kerola 288ec58ccd docs: remove dead link
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2012-11-25 22:51:29 +00:00
Sami Kerola 820f4c4aea docs: mention Open Group requirements
Commands cal col ipcrm ipcs kill line logger mesg more newgrp pg renice
has Open Group requirements.  Contributors need to be aware of them.

Reviewed-by: Adam Sampson <ats@offog.org>
Reviewed-by: Bruce Dubbs <bruce.dubbs@gmail.com>
Reviewed-by: Ángel González <ingenit@zoho.com>
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2012-11-25 22:50:57 +00:00
Sami Kerola 28fa2915d2 docs: tell about irc channel
Reference: http://comments.gmane.org/gmane.linux.utilities.util-linux-ng/3550
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2012-07-26 13:51:46 +02:00
Sami Kerola 0c12134874 docs: add non-return function and if shorthand tips
Non-return functions should not be combined with `else' clause.

The if shorthands `var = e ? t : f;' need to fit to single line,
and if that does not look good use normal "if else" syntax.

Both tips are mentioned in email bellow.

http://www.spinics.net/lists/util-linux-ng/msg05152.html

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-09-17 15:07:52 +02:00
Sami Kerola 464e11b8f5 docs: require kernel support before accepting use of it
http://www.spinics.net/lists/kernel/msg1228993.html

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-08-28 10:50:42 +02:00
Sami Kerola c0dcd7d0b8 docs: note about independent super block structs
It's normal that we use our own (on kernel independent) copy of
FS superbloks. -- K. Zak

http://www.spinics.net/lists/util-linux-ng/msg04812.html

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-08-28 10:50:42 +02:00
Sami Kerola 90a1baf6cb docs: new file Documentation/howto-contribute.txt
The file contens are mostly from former README.devel.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-08-23 21:34:20 +02:00