Author: bernhard
Date: Mon Oct 17 12:51:53 2005
New Revision: 9503
Modified:
trunk/examples/pasm/99beer.pasm
trunk/examples/pasm/cat.pasm
trunk/examples/subs/bsr_ret.pasm
trunk/examples/subs/coroutine.pasm
Log:
Fix POD for moved examples.
Modified: trunk/examples/pasm/99beer.pasm
==============================================================================
--- trunk/examples/pasm/99beer.pasm (original)
+++ trunk/examples/pasm/99beer.pasm Mon Oct 17 12:51:53 2005
@@ -3,11 +3,11 @@
=head1 NAME
-examples/assembly/99beer.pasm - Mmmm, beer good
+examples/pasm/99beer.pasm - Mmmm, beer good
=head1 SYNOPSIS
- % ./parrot examples/assembly/99beer.pasm
+ % ./parrot examples/pasm/99beer.pasm
=head1 DESCRIPTION
@@ -65,6 +65,3 @@ ONE_BOTTLE: # it's been fun
print S7
print S8
end
-
-
-
Modified: trunk/examples/pasm/cat.pasm
==============================================================================
--- trunk/examples/pasm/cat.pasm (original)
+++ trunk/examples/pasm/cat.pasm Mon Oct 17 12:51:53 2005
@@ -3,11 +3,11 @@
=head1 NAME
-examples/assembly/cat.pasm - cat-like utility
+examples/pasm/cat.pasm - cat-like utility
=head1 SYNOPSIS
- % ./parrot examples/assembly/cat.pasm
+ % ./parrot examples/pasm/cat.pasm
=head1 DESCRIPTION
Modified: trunk/examples/subs/bsr_ret.pasm
==============================================================================
--- trunk/examples/subs/bsr_ret.pasm (original)
+++ trunk/examples/subs/bsr_ret.pasm Mon Oct 17 12:51:53 2005
@@ -1,13 +1,13 @@
-# Copyright (C) 2001-2003 The Perl Foundation. All rights reserved.
+# Copyright (C) 2001-2005 The Perl Foundation. All rights reserved.
# $Id$
=head1 NAME
-examples/assembly/bsr.pasm - Branch to location
+examples/subs/bsr_ret.pasm - Branch to location
=head1 SYNOPSIS
- % ./parrot examples/assembly/bsr.pasm
+ % ./parrot examples/subs/bsr_ret.pasm
=head1 DESCRIPTION
Modified: trunk/examples/subs/coroutine.pasm
==============================================================================
--- trunk/examples/subs/coroutine.pasm (original)
+++ trunk/examples/subs/coroutine.pasm Mon Oct 17 12:51:53 2005
@@ -1,13 +1,13 @@
-# Copyright (C) 2001-2003 The Perl Foundation. All rights reserved.
+# Copyright (C) 2001-2005 The Perl Foundation. All rights reserved.
# $Id$
=head1 NAME
-examples/assembly/coroutine.pasm - Sample co-routines in Parrot
+examples/pasm/coroutine.pasm - Sample co-routines in Parrot
=head1 SYNOPSIS
- % ./parrot examples/assembly/coroutine.pasm
+ % ./parrot examples/pasm/coroutine.pasm
=head1 DESCRIPTION