Commit Graph

392 Commits

Author SHA1 Message Date
Karel Zak 956e582874 docs: update deprecated.txt
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-02-26 15:28:05 +01:00
Benno Schulenberg b50945d4ac textual: spell and encode the name of Arkadiusz Miśkiewicz correctly
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-02-06 11:15:02 +01:00
Sami Kerola 24f109e342 docs: usage function and gettext
I made following survey which was sent to all email addresses in po/
directory that had the on-going millenium as time when translator had
been active.

  There are two quite common styles to write a command usage print out,
  which one you prefer?

  1. Each option as separated translatable string.	18 votes
  2. Or the whole thing as one big output.		 1 vote
  3. No preference.					 1 vote

The questionaire had also free text field asking 'Why do you prefer
that?', and here are the answers.

  [Separately] It is easier to follow changes with the translations.  If
  you change only one line or two, the big string would change to fuzzy
  and I have to check the whole thing to see what was changed in the
  original.  If the changed line is a single string, the string to check
  is a lot shorter.

  [No preference] Usually, if there is no reason to separate strings,
  better keep them together so that the context is obvious.  In the case at
  hand, it might help if in some language e.g.  one translated line is too
  wide for the screen.  This is unlikely, but...  OTOH, with this solution,
  if you change one string the whole translation will be discarded until a
  translator comes and updates it...

  [Separately] It may be a bit harder to get the formatting right, but it
  is much easier in maintenance.  With one option changing, the
  translator immediately sees the spot.  And even with a lazy translator,
  program author will have all the options translated that have not
  changed at all.

  [Separately] First one would be more in elegant I believe

  [Separately] I prefer to have them separately because they don't form a
  single text paragraph.  In other words, they can be translated
  separately because they are complete and separate "sentences".  Of
  course consistency of format and word choices need to be taken care of,
  but the fact that the messages appear next to each other in the PO file
  should be enough.  Also if the options are not translated separately,
  adding or editing one option causes the translation of all options to
  become fuzzy and if for some reason it isn't checked before next
  release (happens sometimes), all of them will show untranslated to the
  user.

  [Separately] Translations are a lot easier to update that way.  If an
  option is added, removed or changed, only a small amount of text
  becomes fuzzy.  If everything is in one big output, a lot of text
  becomes fuzzy, and you have to read a lot more text to discover what
  exactly changed.

  [Separately] When updating a fuzzy translation, with one big output
  it's very tedious and error-prone to find out the reason for fuzziness,
  i.e.  what actually has changed in the msgid.

  [Separately] Way easier to translate, and especially to spot
  translation updates when one string gets removed, added or modified.

  [Separately] Makes translation memory more efficient.  Some hard terms
  in the list don't prevent translation of the whole block.  Actually the
  beginning of the strings don't need any translation ta all before []
  part.  Information about the context can be provided in comments or the
  context parameter.

  [Separately] Please consider the case when a part of string, (= msgid)
  is changed.  It is marked as fuzzy in the .po files, we translators
  have to check whole sentences for the difference between it and
  previous version.

  [Separately] Every sentence must be a separate translation unit.

  [One big output] for performance to ouput strings

  [Separately] In the second case, if only one option changes (or a new
  one is added), the translator will see as if all of the options
  changed, having to find out which one of them is really new or has
  actually changed.  Also, if the translator has had no time to update
  the string, only one of the options will be shown in the original
  language (which is arguably ugly, but better than nothing for many
  users).

  [Separately] It's easier to translate the options separately using
  translation memory.

  [Separately] Easier to separate and see changes

  [Separately] more translator friendly

  [Separately] From the user POV I found the separeted version more
  interesting because if a maintainer can't update the translation fast
  enough between releases the user will still get the current translated
  string with the new ones untraslated.  From the translator POV the big
  output will give more context information as one can see the whole
  command options.  With a new string added while the rest is translated
  having some context can be more difficult.

  [Separately] Additions to the list or changes to one options means you
  don't have to check all lines each time.

So unless you have very, _very_ good reason you should not output all
usage as one big table.  This implies also that when large usage output
is changed it should be split to small hunks.  That may be a bit more
work once, but the next change will pay the extrawork off so never
hesitate when splitting.

Reference: http://www.surveymonkey.com/s/QKZ75HK
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2013-01-25 16:38:49 +01:00
Ondrej Oprala 701c69617e mount: add support for x-mount.mkdir[=<mode>] option
If the target directory (mountpoint) does not exist then mount(8) will create
it before mount.<type> is executed or mount(2) syscall is called.

Co-Author: Karel Zak <kzak@redhat.com>
Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-01-09 18:52:32 +01:00
Sami Kerola 1342ffcbeb tunelp: deprecation: remove command from default build
It is difficult to think think tunelp command being in use a lot.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2012-12-19 11:38:48 +01:00
Karel Zak 1258b5f55e Merge branch '2012wk47' of git://github.com/kerolasa/lelux-utiliteetit 2012-11-30 13:43:42 +01:00
Karel Zak bdc251e60a docs: cleanup TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-11-27 11:13:42 +01:00
Sami Kerola 3ee4265171 docs: ddate removal
Missed in commit 4cf02b6510

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2012-11-25 22:51:29 +00:00
Sami Kerola 777b517333 docs: mention what Open Group has marked legacy
Reviewed-by: Bruce Dubbs <bruce.dubbs@gmail.com>
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2012-11-25 22:51:29 +00: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
Karel Zak c74a7af17c su: log failed logins to btmp
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-11-22 15:23:14 +01:00
Karel Zak ead259e325 docs: mark old losetup output format as DEPRECATED
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-11-12 13:23:19 +01:00
Karel Zak 021eb7bc3f docs: update TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-11-07 20:46:38 +01:00
Karel Zak 2831866ed6 docs: update deprecated file
The goal is to consolidate the very basic linux commands and minimize
dependence on another packages (e.g. shadow-utils). It seems better to
keep newgrp, vipw and vigr as non-deprecated for now. Maybe we will
found a way how to improve the code. We will see... :-)

Signed-off-by: Karel Zak <kzak@redhat.com>
2012-10-18 10:48:01 +02:00
Bill Pemberton a887e5844d docs: remove hwclock --compare from TODO
commit 83765871ef added the --compare
option to hwclock so it can be removed from the TODO.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
2012-10-16 15:29:53 +02:00
Karel Zak c038564d16 docs: add su(1) btmp logging
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-10-16 11:27:35 +02:00
Sami Kerola 4cf02b6510 ddate: remove from util-linux
See RedHat bug for reasons why the ddate is cleaned up.  The reference is
where to get the command in future.

Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=823156
References: https://github.com/bo0ts/ddate
Acked-by: Petr Uzel <petr.uzel@suse.cz>
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-10-15 16:41:49 +02:00
Mike Frysinger f036b4c730 mount: fix a few typos
Nothing of note here.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-10-02 10:24:36 +02:00
Karel Zak 1a1c0ad77c docs: add note about /etc/pam.d/su-l to ReleaseNotes
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-09-05 14:06:28 +02:00
Karel Zak 21d7483eb4 docs: add list of expected PAM config files
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-09-04 17:00:31 +02:00
Karel Zak 7271beff67 docs: update v2.22-ReleaseNotes
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-09-04 14:36:16 +02:00
Karel Zak da42129daa docs: update v2.22-ReleaseNotes
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-08-15 18:02:53 +02:00
Sami Kerola 9289e628eb docs: update TODO
Remove tasks that are done.

dmesg: --follow option
Reference: 0fd12a9697

build-sys: recursive build
Reference: 8772f8d7ee

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2012-08-06 14:52:53 +02:00
Sami Kerola 316919a2e2 docs: ftp server does no longer support util-linux-ng
A symlink was probably removed from
  ftp://ftp.kernel.org/pub/linux/utils/

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2012-08-06 14:52:49 +02:00
Karel Zak 91f98496f3 docs: update tests docs
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-08-03 21:33:32 +02:00
Karel Zak 43ffdc82fa build-sys: don't compile lib{mount,blkid} tests when --disable-static specified
The tests often depend on private (non-API) library functions.

Signed-off-by: Karel Zak <kzak@redhat.com>
2012-08-02 20:19:14 +02:00
Karel Zak a9770f7fa0 docs: update howto-tests.txt
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-07-30 18:37:54 +02:00
Karel Zak 922e6775e0 build-sys: move tests to check_PROGRAMS
Thanks to Mike Frysinger.

Signed-off-by: Karel Zak <kzak@redhat.com>
2012-07-30 17:59:16 +02:00
Karel Zak 454996c495 docs: add note about enabled kill(1) to v2.22-ReleaseNotes
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-07-30 14:57:29 +02:00
Karel Zak 506eb04c3d docs: add note about partx output change
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-07-27 10:17:10 +02:00
Bernhard Voelker a7134cf512 doc: fix typo in v2.22-ReleaseNotes
Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
2012-07-27 10:11:13 +02:00
Karel Zak d6fb4c6986 docs: add v2.22-ReleaseNotes
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-07-27 00:07:23 +02: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
Karel Zak 955eac11a7 docs: update TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-07-17 22:08:27 +02:00
Karel Zak 4633cc95a4 docs: update TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-07-17 15:22:51 +02:00
Bernhard Voelker 7007991f6f docs: fix typos found by misspellings
The tool misspellings (https://github.com/lyda/misspell-check)
detected several typos. Command used:

  $ git ls-files | grep -v ^po/ | misspellings -f -

* Documentation/releases/v2.18-ReleaseNotes: Fix typo in news entry.
* NEWS: Likewise.
* config/texinfo.tex: Fix typo in comments.
* libmount/src/context.c: Fix typo in comment.
* libmount/src/fs.c: Likewise.
* login-utils/login.c: Likewise.
* login-utils.su.1: Fix typo in man page.
* sys-utils/chcpu.c: Fix typo in error message.

Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
2012-07-09 16:56:30 +02:00
Karel Zak cdecbd2e73 docs: add note about non-recursive build-sys
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-06-27 11:27:36 +02:00
Sami Kerola 8a69abf0de docs: fix email macro in manual example
URL macro is not email address macro.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2012-05-31 20:12:06 +02:00
Thomas Schwinge b5b8805f69 su: Mention SUID_* feature.
Signed-off-by: Thomas Schwinge <thomas@codesourcery.com>
2012-05-29 10:50:13 +02:00
Bernhard Voelker 80d7a31374 docs: fix further typos found by misspellings
Additionally to the fixes in commit v2.21-325-g455fe9a,
fix typos in release notes and NEWS.

Signed-off-by: Bernhard Voelker <mail@...>
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-04-27 12:44:26 +02:00
Bernhard Voelker 455fe9a075 Fix typos found by misspellings
The tool misspellings (https://github.com/lyda/misspell-check)
detected several typos. Command used:

  $ git ls-files | grep -v ^po/ | misspellings -f -

* isosize: Fix typo in usage string.
* configure.ac: Fix typo in help string of --enable-most-builds option.
* fdisk: Fix typo in man page.
* libblkid, blkid, mount: Likewise.
* Fix various typos in docs and in source code comments.

Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
2012-04-23 13:16:35 +02:00
Karel Zak 4581bd9c67 build-sys: disable chkdupexe by default, mark as deprecated
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-04-04 12:18:32 +02:00
Karel Zak 24d741d88a docs: mark udev and list blkid(8) output formats deprecated
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-03-26 13:09:27 +02:00
Sami Kerola 1a0708a21d docs: TODO removal, ldattach usage is done
Done at Nov 2011.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2012-03-18 14:28:05 +01:00
Sami Kerola 2ca1f4e91e docs: TODO removal, rpmatch task is done
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2012-03-18 14:28:04 +01:00
Sami Kerola b3f66f183a docs: TODO removal, login-utils error printing
Error printing was fixed at November 2010.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2012-03-18 14:28:04 +01:00
Sami Kerola 7cebf0bb4f docs: corrections to FSF license files, and postal address
The COPYING and Documentation/licenses/COPYING* files are being
replaced by files from GNU web site.

http://www.gnu.org/licenses/gpl-2.0.txt
http://www.gnu.org/licenses/lgpl-2.1.txt

Postal addresses to FSF in other files are updated to match with the
address in license files.

Reference: http://lists.gnu.org/archive/html/freefont-announce/2005-04/msg00001.html
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2012-02-24 14:13:35 +01:00
Karel Zak 1a30de89a0 docs: update v2.21-ReleaseNotes
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-02-24 11:52:12 +01:00
Karel Zak 1340d433cc docs: add note about mount(8) options to TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-02-23 12:31:31 +01:00
Petr Uzel 89c6bb4dad docs: trivial documentation fixes and improvements
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
2012-02-22 11:52:07 +01:00
Karel Zak bdc1764e23 docs: add note about losetup to TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-02-21 20:31:40 +01:00
Karel Zak 838b8e0f71 docs: add note about fdisk to TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-02-21 18:59:50 +01:00
Karel Zak 983ddee513 docs: update v2.21-ReleaseNotes
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-02-06 18:27:05 +01:00
Karel Zak 11d92f3425 docs: update TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-01-30 14:55:58 +01:00
Karel Zak b82590ad46 blkid: move cache to /run on new systems
Why?

 * read-only root

 * /etc is pretty bad place for caches

 * all is usually cached by udev in /dev/disk/by-* and libblkid
   is able to use these symlinks

 * boot persistent cache is attractive for very small subset of
   Linux machines (and they already need extra udev tunning otherwise
   udev will probe all block devices during boot)

 * the default is possible to override in /etc/blkid.conf

The systems without /run directory will not be affected by this
change.

Signed-off-by: Karel Zak <kzak@redhat.com>
2012-01-25 13:20:37 +01:00
Karel Zak a6ec840a17 docs: add v2.21 ReleaseNotes
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-01-18 14:20:09 +01:00
Karel Zak 0b359bcdfd docs: add info about virt-what to TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-01-10 16:48:37 +01:00
Karel Zak aca9b5a6fb docs: add hwclock -c to TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-12-09 14:08:02 +01:00
Karel Zak 21fd9cb0d7 docs: add x-mount-mkdir to TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-11-29 14:57:28 +01:00
Karel Zak 1c50a7cd94 docs: update TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-11-11 12:58:59 +01:00
Karel Zak 614601052e docs: refresh TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-11-08 16:38:56 +01:00
Karel Zak 790a26b945 docs: add note about config-gen purpose
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-11-07 11:31:47 +01:00
Karel Zak f2278b63b8 docs: refresh TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-11-07 11:18:09 +01:00
Karel Zak 3db444cbff docs: add notes about tools/config-gen
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-11-04 20:59:52 +01:00
Karel Zak ff0cb84ddb build-sys: cleanup BUILD_LOGIN_UTILS
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-11-03 12:32:50 +01:00
Karel Zak 30f9fbb488 docs: add note about BUILD_* macros
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-11-03 12:32:49 +01:00
Karel Zak aa59480526 docs: add howto-build-sys.txt
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-11-03 12:32:49 +01:00
Davidlohr Bueso fe208f9e78 docs: update TODO file
Signed-off-by: Davidlohr Bueso <dave@gnu.org>
2011-11-02 16:24:43 +01:00
Karel Zak 66388d95fc docs: update TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-10-11 16:41:34 +02:00
Karel Zak fd96508a27 docs: add prlimit to the TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-09-30 12:40:44 +02:00
Petr Uzel 960cf5737e misc: use %m in format string instead of %s and strerror(errno)
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
2011-09-27 15:46:07 +02:00
Petr Uzel 587aa6fca1 docs: update TODO
TODO items already done by Sami Kerola

Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
2011-09-27 15:37:29 +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 6f162034d0 build-sys: fixes to USAGE_* macros
The USAGE_BEGIN_TAIL is removed as unnecessary.

In between command specific options and --help & --version
USAGE_SEPARATOR is inserted. For now the separator is empty line.

The USAGE_MAN_TAIL is changed to take an argument.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-09-17 15:07:52 +02:00
Karel Zak da9629917d docs: use .LGPL extension for file with GNU Lesser License
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-08-31 11:12:17 +02:00
Karel Zak fa25f2289c Merge branch 'docs-dir' of https://github.com/kerolasa/lelux-utiliteetit
* 'docs-dir' of https://github.com/kerolasa/lelux-utiliteetit:
  docs: remove duplicated text
  docs: require kernel support before accepting use of it
  docs: note about independent super block structs
  docs: add libmount & libblkid debug instructions
  Documentation: add debugging doc
  arch: start using arch as a usage() example
  docs: new file Documentation/release-schedule.txt
  docs: move setuid information from reame to hwclock.8
  docs: clean up old readme files
  docs: copy contributors from legacy files to AUTHORS
  docs: new file Documentation/howto-man-page.txt
  docs: new file Documentation/source-code-management.txt
  docs: new file Documentation/howto-contribute.txt
  docs: new file Documentation/howto-compilation.txt
  docs: tell what the Documentation/ is about
  docs: add usage() howto for contributors
  docs: Documentation directory added
  docs: remove README.clear
2011-08-31 11:04:15 +02:00
Sami Kerola ce0efc40a1 docs: remove duplicated text
Duplicate text is dealt by referring to license files. The `pg'
command does not need separated license file because the source
file has same text at top of it.

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

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-08-30 19:50:34 +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 7ec51ba998 docs: add libmount & libblkid debug instructions
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-08-28 10:50:42 +02:00
Davidlohr Bueso 2e88e3c6cc Documentation: add debugging doc
Layout the base for tips on debugging util-linux programs/wrappers.

[kerolasa@iki.fi:
	- rename file README.debug -> howto-debug.txt
	- wrap over 80 chars wide lines
	- change example commands to be relative to util-linux root
	- indent command examples
]

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-08-28 10:50:42 +02:00
Sami Kerola b6459b5158 docs: new file Documentation/release-schedule.txt
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-08-23 21:34:21 +02:00
Sami Kerola a6ccf39bf8 docs: move setuid information from reame to hwclock.8
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-08-23 21:34:21 +02:00
Sami Kerola 1a06cbf4f6 docs: clean up old readme files
Removal of information which is simply wrong.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-08-23 21:34:21 +02:00
Sami Kerola 05620dd47e docs: new file Documentation/howto-man-page.txt
The howto-man-page.txt is an example of good groff syntax and
document about man page at the same time.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-08-23 21:34:21 +02:00
Sami Kerola bbe204588e docs: new file Documentation/source-code-management.txt
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-08-23 21:34:21 +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
Sami Kerola 22a3b8c9bd docs: new file Documentation/howto-compilation.txt
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-08-23 21:34:20 +02:00
Sami Kerola 28a6074b4c docs: tell what the Documentation/ is about
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-08-23 21:34:20 +02:00
Sami Kerola e1271f8ddc docs: add usage() howto for contributors
Style instructions to usage() writers. Discussion about this;
http://www.spinics.net/lists/util-linux-ng/index.html#04983

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-08-23 21:34:13 +02:00
Sami Kerola f98d4f766e docs: Documentation directory added
Move readme, licence, change log, relese notes and other
supplementary files to a Documentation directory. This commit
does not change contents of any other but few Makefile.am files.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-08-12 20:19:52 +02:00