util-linux/lib
Bjarni Ingi Gislason eb02489380 man pages: Add a comma after "e.g." and "i.e."
Add a comma (,) after "e.g." and "i.e.", or use English words
(man-pages(7) [package "manpages"]).

  Abbreviation points should be protected (usually with the
non-printing, zero width character '\&') from being interpreted as an
end of sentence, if they are not, and that independent of their current
place on the line.

  This is important when typing, as one does not usually know in
advance when the editor jumps to a new line.

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
2019-12-17 12:32:43 +01:00
..
Makemodule.am build-sys: use parse-date() only for hwclock 2019-11-07 09:02:23 +01:00
blkdev.c lib/blkdev: remove support for Linux < 2.6 2017-06-29 12:56:22 +02:00
canonicalize.c lib/canonicalize: fix compiler warning [-Wsign-compare] 2019-06-10 11:00:38 +02:00
caputils.c unshare: add --keep-caps option 2019-09-09 20:23:08 -07:00
color-names.c lib: add missing license headers 2019-11-07 09:38:06 +01:00
colors.c misc: fix typos [codespell] 2019-09-12 19:41:46 +01:00
cpuset.c taskset: fix cpuset list parser 2019-03-20 13:12:25 +01:00
crc32.c lib/crc32: prefix public functions 2016-10-19 12:11:59 +02:00
crc32c.c lib: Add simple crc32c() function 2017-11-16 11:44:39 +01:00
env.c lib: remove _RLD_ from forbid environment variable list 2017-06-14 12:23:42 +02:00
exec_shell.c exec_shell: prevent ".: applet not found" error when SHELL env is not set. 2018-06-25 10:34:31 +09:00
fileutils.c lib/fileutils: add close_all_fds() 2019-10-17 10:44:57 +02:00
idcache.c lib: add missing license headers 2019-11-08 10:40:42 +01:00
ismounted.c lib/ismounted: use xstrncpy() 2019-05-20 13:03:58 +02:00
langinfo.c lib: add missing license headers 2019-11-08 10:40:42 +01:00
linux_version.c lib/linux_version: fix code indention 2017-01-04 15:42:02 +01:00
loopdev.c Revert "lib/loopdev.c: Inline loopcxt_has_device" 2019-06-18 22:05:16 +02:00
mangle.c lib/mangle: fix possible null pointer dereference [cppcheck] 2019-05-18 22:09:25 +01:00
match.c lib/match: make match_fstype() case insensitive 2017-08-31 14:15:23 +02:00
mbsalign.c lib/mbsalign: Fix escaping nonprintable multibyte characters 2018-01-11 10:42:22 +01:00
mbsedit.c lib/mbsedit: check wctomb() return code [coverity scan] 2017-10-11 14:40:37 +02:00
md5.c lib/md5: use ul_/UL_ prefix 2017-12-12 12:06:15 +01:00
monotonic.c include: add indirect monotonic clock id specifier 2019-01-12 08:46:53 +00:00
pager.c lib/pager: fix compiler warning [-Wrestrict] 2018-07-18 09:41:46 +02:00
path.c lib/path: add ul_path_stat(), fix absolute paths 2019-10-15 11:59:16 +02:00
plymouth-ctrl.c lib: style cosmetics plymouth-ctrl.c 2017-06-15 09:13:04 +02:00
procutils.c lib: use unique ifdefs for tests 2017-01-04 11:44:37 +01:00
pty-session.c script: listen to SIGUSR1, flush logs on the signal 2019-12-09 16:04:18 +01:00
pwdutils.c lib/pwdutils: add xgetpwuid 2019-09-26 15:55:39 +02:00
randutils.c lib/randutils: re-licensing back to BSD 2019-12-09 11:30:55 +01:00
setproctitle.c setproctitle: fix out of boundary access 2017-09-26 12:04:41 +02:00
sha1.c lib/sha1: use proper WORDS_BIGENDIAN macro 2018-01-02 11:08:03 +01:00
signames.c lib/signames: remove unused function 2017-11-28 14:39:17 +01:00
strutils.c lib: add missing license headers 2019-11-07 09:38:06 +01:00
strv.c lib/strv: add strv_extendv() 2015-10-01 14:43:05 +02:00
swapprober.c textual: "ambivalent" applies to intentions, "ambiguous" to results 2014-10-01 09:37:03 +02:00
sysfs.c misc: fix typos [codespell] 2019-09-12 19:41:46 +01:00
terminal-colors.d.5 man pages: Add a comma after "e.g." and "i.e." 2019-12-17 12:32:43 +01:00
timer.c lib/timer: add fallback if timer_create() not available 2018-12-03 11:23:33 +01:00
timeutils.c lib/timeutils: add %Y-%m-%dT%H:%M:%S to parse_timestamp() 2019-11-08 10:42:03 +01:00
ttyutils.c lib/ttyutils: avoid checking same thing twice 2019-07-01 22:02:06 +01:00