Advertisement
Shobha

system-admin-guide patch

Jul 19th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. From e528ea8207ed71e96deb9e169fea450774ae9808 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 | 4 ++--
  10. 3 files changed, 4 insertions(+), 5 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..253c744 100644
  48. --- a/system-admin-guide/C/session-debug.page
  49. +++ b/system-admin-guide/C/session-debug.page
  50. @@ -40,9 +40,9 @@
  51. is now stored directly to the <app>systemd</app> journal. To get the logs
  52. back, you can use the <cmd>journalctl _UID=&lt;your-uid&gt;</cmd> command.</p>
  53. <p>You can find more information on the <app>journalctl</app> man page:
  54. - run <link xref="man:journalctl"><cmd>man journalctl</cmd></link>
  55. + run <link href="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. + <link href="http://www.freedesktop.org/software/systemd/man/journalctl.html">
  59. view the man page online</link>.</p>
  60. </section>
  61.  
  62. --
  63. 1.8.1.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement