Advertisement
Shobha

patch for system-admin-guide

Jul 19th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. From 76f2deb8af5a3019d502944b301c93127878f2a9 Mon Sep 17 00:00:00 2001
  2. From: Shobha Tyagi <tyagishobha@gmail.com>
  3. Date: Thu, 18 Jul 2013 22:48:50 +0530
  4. Subject: [PATCH] corrected-link-problems-in-system-admin-guide
  5.  
  6. ---
  7. system-admin-guide/C/custom-session-create.page | 1 -
  8. system-admin-guide/C/dconf-favorite-applications.page | 4 ++--
  9. system-admin-guide/C/session-debug.page | 8 +++-----
  10. 3 files changed, 5 insertions(+), 8 deletions(-)
  11.  
  12. diff --git a/system-admin-guide/C/custom-session-create.page b/system-admin-guide/C/custom-session-create.page
  13. index 45cc95f..5b15279 100644
  14. --- a/system-admin-guide/C/custom-session-create.page
  15. +++ b/system-admin-guide/C/custom-session-create.page
  16. @@ -6,7 +6,6 @@
  17. <revision version="0.1" date="2012-12-01" status="draft"
  18. />
  19. <link type="guide" xref="index" group="session" />
  20. - <link type="seealso" xref="classic-mode" />
  21. <link type="seealso" xref="custom-session-classic-mode" />
  22. <link type="seealso" xref="custom-session-set" />
  23. <link type="seealso" xref="custom-session-change" />
  24. diff --git a/system-admin-guide/C/dconf-favorite-applications.page b/system-admin-guide/C/dconf-favorite-applications.page
  25. index da565c7..7898f9a 100644
  26. --- a/system-admin-guide/C/dconf-favorite-applications.page
  27. +++ b/system-admin-guide/C/dconf-favorite-applications.page
  28. @@ -62,7 +62,7 @@
  29.  
  30. <note style="tip">
  31. <p>You can also
  32. - <link xref="lockdown">lockdown</link> the above settings to prevent users
  33. + <link xref="dconf-lockdown">lockdown</link> the above settings to prevent users
  34. from changing them.</p>
  35. </note>
  36.  
  37. @@ -101,7 +101,7 @@
  38. <p>Settings from the <code>user</code> database file
  39. will take preference over the settings in the
  40. <code>first_floor</code> database file, but
  41. - <link xref="lockdown">locks</link> introduced in the
  42. + <link xref="dconf-lockdown">locks</link> introduced in the
  43. <code>first_floor</code> database file will take priority over
  44. those present in <code>user</code>.</p>
  45. </note>
  46. diff --git a/system-admin-guide/C/session-debug.page b/system-admin-guide/C/session-debug.page
  47. index 362415e..0c36934 100644
  48. --- a/system-admin-guide/C/session-debug.page
  49. +++ b/system-admin-guide/C/session-debug.page
  50. @@ -39,11 +39,9 @@
  51. This file no longer exists on <app>systemd</app>-using systems. The content
  52. is now stored directly to the <app>systemd</app> journal. To get the logs
  53. back, you can use the <cmd>journalctl _UID=&lt;your-uid&gt;</cmd> command.</p>
  54. - <p>You can find more information on the <app>journalctl</app> man page:
  55. - run <link xref="man:journalctl"><cmd>man journalctl</cmd></link>
  56. - in the terminal or
  57. - <link xref="http://www.freedesktop.org/software/systemd/man/journalctl.html">
  58. - view the man page online</link>.</p>
  59. + <p>To find more information on the <app>journalctl</app> run
  60. + <link href="http://www.freedesktop.org/software/systemd/man/journalctl.html">
  61. + view the man page online</link></p>
  62. </section>
  63.  
  64. </page>
  65. --
  66. 1.8.1.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement