Source-Changes-HG archive

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

[src/netbsd-1-5]: src/share/man/man8 Pull up revision 1.7 (requested by wiz):



details:   https://anonhg.NetBSD.org/src/rev/bc1d1a3345e5
branches:  netbsd-1-5
changeset: 491417:bc1d1a3345e5
user:      he <he%NetBSD.org@localhost>
date:      Thu Apr 26 09:36:21 2001 +0000

description:
Pull up revision 1.7 (requested by wiz):
  Correct execve(2) reference, and whitespace fixes.

diffstat:

 share/man/man8/compat_pecoff.8 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 78f54cb9defc -r bc1d1a3345e5 share/man/man8/compat_pecoff.8
--- a/share/man/man8/compat_pecoff.8    Thu Apr 26 09:34:43 2001 +0000
+++ b/share/man/man8/compat_pecoff.8    Thu Apr 26 09:36:21 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: compat_pecoff.8,v 1.2.2.3 2000/12/15 05:05:36 he Exp $
+.\"    $NetBSD: compat_pecoff.8,v 1.2.2.4 2001/04/26 09:36:21 he Exp $
 .\"
 .\" Copyright (c) 2000 The PEACE Project.
 .\" All rights reserved.
@@ -126,7 +126,7 @@
 version of
 .Xr ld.so 1 .
 It reads the file header of the executable binary, and
-loads required DLLs.  
+loads required DLLs.
 .Pp
 The core DLLs implement the actual
 .Tn Win32
@@ -143,7 +143,7 @@
 .Pa libX11 ) .
 
 .Sh PREPARING THE PEACE DYNAMIC LOADER AND CORE DLLS
-Development snapshots of the dynamic loader can be retrieved from 
+Development snapshots of the dynamic loader can be retrieved from
 .Pa http://chiharu.haun.org/peace/dist/peace-i386-ld.so.dll-*.gz ,
 where `*' is replaced with the snapshot date.
 Simply
@@ -194,7 +194,7 @@
 .Sh SEE ALSO
 .Xr gunzip 1 ,
 .Xr ld.so 1 ,
-.Xr execve 3 ,
+.Xr execve 2 ,
 .Xr options 4 ,
 .Xr config 8 ,
 .Xr mount_ntfs 8 ,



Home | Main Index | Thread Index | Old Index