From 35527296919fd15012f2d766101025fdd3ca82cb Mon Sep 17 00:00:00 2001 From: mazze Date: Sat, 6 Sep 2008 23:02:55 +0000 Subject: [PATCH] Some unifications in the "SEE ALSO" section. Makes it easier to write a regex for parsing. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@29411 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/c/Install-grub2-i386-pc.c | 2 +- workbench/c/Install.c | 2 +- workbench/c/Partition/main.c | 2 +- workbench/c/RequestChoice.c | 2 +- workbench/c/SetClock.c | 2 +- workbench/c/install-i386-pc.c | 2 +- workbench/c/shellcommands/Prompt.c | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/workbench/c/Install-grub2-i386-pc.c b/workbench/c/Install-grub2-i386-pc.c index 907d4d329..5c95a875f 100644 --- a/workbench/c/Install-grub2-i386-pc.c +++ b/workbench/c/Install-grub2-i386-pc.c @@ -41,7 +41,7 @@ SEE ALSO - Partition, Format + Partition, Sys:System/Format INTERNALS diff --git a/workbench/c/Install.c b/workbench/c/Install.c index 18181e4c1..e0f8bbb6c 100644 --- a/workbench/c/Install.c +++ b/workbench/c/Install.c @@ -47,7 +47,7 @@ SEE ALSO - Install-i386-pc, Format + Install-i386-pc, Sys:System/Format INTERNALS diff --git a/workbench/c/Partition/main.c b/workbench/c/Partition/main.c index 30427fd33..a08c5157b 100644 --- a/workbench/c/Partition/main.c +++ b/workbench/c/Partition/main.c @@ -88,7 +88,7 @@ SEE ALSO - Format, SFSFormat + Sys:System/Format, SFSFormat ******************************************************************************/ diff --git a/workbench/c/RequestChoice.c b/workbench/c/RequestChoice.c index 0184d0997..6a52fb0d9 100644 --- a/workbench/c/RequestChoice.c +++ b/workbench/c/RequestChoice.c @@ -69,7 +69,7 @@ SEE ALSO - intuition.library/EasyRequest(), intuition.library/EasyRequestArgs() + intuition.library/EasyRequestArgs() INTERNALS diff --git a/workbench/c/SetClock.c b/workbench/c/SetClock.c index d78aa609a..078536387 100644 --- a/workbench/c/SetClock.c +++ b/workbench/c/SetClock.c @@ -47,7 +47,7 @@ respond to normal load and save commands. SEE ALSO - C:Date, Prefs/Time + Date, Sys:Prefs/Time *************************************************************************/ diff --git a/workbench/c/install-i386-pc.c b/workbench/c/install-i386-pc.c index 4964d5010..a04457f71 100644 --- a/workbench/c/install-i386-pc.c +++ b/workbench/c/install-i386-pc.c @@ -41,7 +41,7 @@ SEE ALSO - Partition, Format + Partition, Sys:System/Format INTERNALS diff --git a/workbench/c/shellcommands/Prompt.c b/workbench/c/shellcommands/Prompt.c index df5624dbe..8959e4bf4 100644 --- a/workbench/c/shellcommands/Prompt.c +++ b/workbench/c/shellcommands/Prompt.c @@ -51,7 +51,7 @@ SEE ALSO - SetPrompt() + dos.library/SetPrompt() INTERNALS -- 2.11.4.GIT