]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: remove implemented TODO items
authorKarel Zak <kzak@redhat.com>
Thu, 17 Oct 2019 08:54:15 +0000 (10:54 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 17 Oct 2019 08:54:15 +0000 (10:54 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/TODO
sys-utils/mount.c

index 4cec5207f3a1e84a49da7e3af9363988f534de20..ffb954170b6f6d919a1896c3f292614a276a1df7 100644 (file)
@@ -15,25 +15,6 @@ cal
    - support another --reforms, see for example freebsd version
      https://github.com/freebsd/freebsd/blob/master/usr.bin/ncal/ncal.c#L72
 
-script
-------
-   - introduce a new timing file format to record information about multiple
-     streams (stdout, stdin) and events (signals)
-
-   - add support for stdin loggin -- separated log file with raw input and timing
-     records in the timing file
-
-   - for example timing file format:
-
-             <type> <timestamp> [<offset> | <signal> ...]
-
-            O 0.001296 256
-            S 0.001297 SIGWINCH: columns=50, lines=20
-            I 0.000010 10
-
-     O - output, S - signal, I - input
-
-
 lscpu
 -----
   - read cpuid and uname information from file if --sysroot is specified, then
index 825434fa7263754ae536b2430ab91f1363d7d111..229268831842fc4b81ec0e7b514b0f08b45a026b 100644 (file)
 #define OPTUTILS_EXIT_CODE MNT_EX_USAGE
 #include "optutils.h"
 
-/*** TODO: DOCS:
- *
- *  --options-mode={ignore,append,prepend,replace}     MNT_OMODE_{IGNORE, ...}
- *  --options-source={fstab,mtab,disable}              MNT_OMODE_{FSTAB,MTAB,NOTAB}
- *  --options-source-force                             MNT_OMODE_FORCE
- */
-
 static int mk_exit_code(struct libmnt_context *cxt, int rc);
 
 static void __attribute__((__noreturn__)) exit_non_root(const char *option)