public inbox for initramfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] various tiny fixes
@ 2015-02-25 12:16 Jan Synacek
       [not found] ` <1424866606-12545-1-git-send-email-jsynacek-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Synacek @ 2015-02-25 12:16 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA
  Cc: harald-H+wXaHxf7aLQT0dZR+AlfA, jsynacek-H+wXaHxf7aLQT0dZR+AlfA

Tiny documentation fixes and .dir-locals.el syntax fix.

Jan Synacek (3):
  doc: fix typo
  fix syntax in .dir-locals.el
  doc: fix formatting

 .dir-locals.el       | 4 ++--
 dracut.8.asc         | 2 +-
 dracut.modules.7.asc | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/3] doc: fix typo
       [not found] ` <1424866606-12545-1-git-send-email-jsynacek-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
@ 2015-02-25 12:16   ` Jan Synacek
  2015-02-25 12:16   ` [PATCH 2/3] fix syntax in .dir-locals.el Jan Synacek
  2015-02-25 12:16   ` [PATCH 3/3] doc: fix formatting Jan Synacek
  2 siblings, 0 replies; 4+ messages in thread
From: Jan Synacek @ 2015-02-25 12:16 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA
  Cc: harald-H+wXaHxf7aLQT0dZR+AlfA, jsynacek-H+wXaHxf7aLQT0dZR+AlfA

---
 dracut.modules.7.asc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dracut.modules.7.asc b/dracut.modules.7.asc
index e94670f..dbdf66e 100644
--- a/dracut.modules.7.asc
+++ b/dracut.modules.7.asc
@@ -19,7 +19,7 @@ you can replace init with your own version of _99base_, this is not encouraged.
 Instead you should use, if possible, the hooks of dracut. All hooks, and the
 point of time in which they are executed, are described in <<stages>>.
 
-The main script, which creates the initramfs is dracut itsself. It parses all
+The main script, which creates the initramfs is dracut itself. It parses all
 arguments and sets up the directory, in which everything is installed. It then
 executes all check, install, installkernel scripts found in the modules, which
 are to be processed. After everything is installed, the install directory is
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/3] fix syntax in .dir-locals.el
       [not found] ` <1424866606-12545-1-git-send-email-jsynacek-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  2015-02-25 12:16   ` [PATCH 1/3] doc: fix typo Jan Synacek
@ 2015-02-25 12:16   ` Jan Synacek
  2015-02-25 12:16   ` [PATCH 3/3] doc: fix formatting Jan Synacek
  2 siblings, 0 replies; 4+ messages in thread
From: Jan Synacek @ 2015-02-25 12:16 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA
  Cc: harald-H+wXaHxf7aLQT0dZR+AlfA, jsynacek-H+wXaHxf7aLQT0dZR+AlfA

---
 .dir-locals.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index c9ac3af..c0aff67 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,2 +1,2 @@
-(setq sh-basic-offset: 4)
-(setq indent-tabs-mode nil)
+((nil . ((sh-basic-offset . 4)
+	 (indent-tabs-mode . nil))))
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 3/3] doc: fix formatting
       [not found] ` <1424866606-12545-1-git-send-email-jsynacek-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  2015-02-25 12:16   ` [PATCH 1/3] doc: fix typo Jan Synacek
  2015-02-25 12:16   ` [PATCH 2/3] fix syntax in .dir-locals.el Jan Synacek
@ 2015-02-25 12:16   ` Jan Synacek
  2 siblings, 0 replies; 4+ messages in thread
From: Jan Synacek @ 2015-02-25 12:16 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA
  Cc: harald-H+wXaHxf7aLQT0dZR+AlfA, jsynacek-H+wXaHxf7aLQT0dZR+AlfA

---
 dracut.8.asc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dracut.8.asc b/dracut.8.asc
index 9aecbfb..9bc166a 100644
--- a/dracut.8.asc
+++ b/dracut.8.asc
@@ -462,7 +462,7 @@ will not be able to boot.
     Regenerate all initramfs images at the default location with the kernel
     versions found on the system. Additional parameters are passed through.
 
-**--loginstall _<DIR>_::
+**--loginstall _<DIR>_**::
     Log all files installed from the host to _<DIR>_.
 
 FILES
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-02-25 12:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-25 12:16 [PATCH 0/3] various tiny fixes Jan Synacek
     [not found] ` <1424866606-12545-1-git-send-email-jsynacek-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-02-25 12:16   ` [PATCH 1/3] doc: fix typo Jan Synacek
2015-02-25 12:16   ` [PATCH 2/3] fix syntax in .dir-locals.el Jan Synacek
2015-02-25 12:16   ` [PATCH 3/3] doc: fix formatting Jan Synacek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox