Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src /sys is no longer available, change it to /usr/src/sys.



details:   https://anonhg.NetBSD.org/src/rev/8912a0e30b02
branches:  trunk
changeset: 583653:8912a0e30b02
user:      rpaulo <rpaulo%NetBSD.org@localhost>
date:      Thu Aug 18 01:09:02 2005 +0000

description:
/sys is no longer available, change it to /usr/src/sys.

diffstat:

 share/man/man5/genassym.cf.5 |  6 +++---
 usr.bin/genassym/genassym.1  |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (53 lines):

diff -r 2531cc1b6c17 -r 8912a0e30b02 share/man/man5/genassym.cf.5
--- a/share/man/man5/genassym.cf.5      Thu Aug 18 00:30:58 2005 +0000
+++ b/share/man/man5/genassym.cf.5      Thu Aug 18 01:09:02 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: genassym.cf.5,v 1.9 2002/02/13 08:18:12 ross Exp $
+.\"    $NetBSD: genassym.cf.5,v 1.10 2005/08/18 01:09:02 rpaulo Exp $
 .\"
 .\" Copyright (c) 1997 Matthias Pfaller.
 .\" All rights reserved.
@@ -28,7 +28,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd April 25, 1998
+.Dd August 18, 2005
 .Dt GENASSYM.CF 5
 .Os
 .Sh NAME
@@ -82,7 +82,7 @@
 then normal. The "a" modifier e.g. stops gcc from emitting immediate
 prefixes in front of constants for the i386 and m68k port.
 .Sh FILES
-.Pa /sys/arch/${MACHINE}/${MACHINE}/genassym.cf
+.Pa /usr/src/sys/arch/${MACHINE}/${MACHINE}/genassym.cf
 .Sh SEE ALSO
 .Xr genassym.sh 8
 .Sh HISTORY
diff -r 2531cc1b6c17 -r 8912a0e30b02 usr.bin/genassym/genassym.1
--- a/usr.bin/genassym/genassym.1       Thu Aug 18 00:30:58 2005 +0000
+++ b/usr.bin/genassym/genassym.1       Thu Aug 18 01:09:02 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: genassym.1,v 1.2 2005/06/05 19:00:02 wiz Exp $
+.\"    $NetBSD: genassym.1,v 1.3 2005/08/18 01:09:02 rpaulo Exp $
 .\"
 .\" Copyright (c) 1997 Matthias Pfaller.
 .\" All rights reserved.
@@ -28,7 +28,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd May 31, 2005
+.Dd August 18, 2005
 .Dt GENASSYM 1
 .Os
 .Sh NAME
@@ -87,6 +87,6 @@
 command appeared in
 .Nx 1.3
 as genassym.sh in
-.Pa /sys/kern .
+.Pa /usr/src/sys/kern .
 It became a userland utility in
 .Nx 4.0 .



Home | Main Index | Thread Index | Old Index