aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1997-01-13 00:25:51 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1997-01-13 00:25:51 +0000
commitaf202156659087d0a60caf70834dcefb46406a0c (patch)
treecf676e7c261d79d654f052f6b787e0f9aa00b52d /gnu
parent2b5f199de6771d889a849666e0a2e7e6ab511ac3 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/f77/f77.16
-rw-r--r--gnu/usr.bin/ld/ld.16
-rw-r--r--gnu/usr.bin/ld/ld.1aout6
-rw-r--r--gnu/usr.bin/ld/rtld/rtld.16
-rw-r--r--gnu/usr.bin/man/catman/catman.16
5 files changed, 16 insertions, 14 deletions
diff --git a/gnu/usr.bin/cc/f77/f77.1 b/gnu/usr.bin/cc/f77/f77.1
index cc501d75bebe1..b4e4582182f24 100644
--- a/gnu/usr.bin/cc/f77/f77.1
+++ b/gnu/usr.bin/cc/f77/f77.1
@@ -1,3 +1,5 @@
+.\" $Id$
+.\"
.Dd July 22, 1995
.Dt F77 1
.Os FreeBSD
@@ -59,9 +61,9 @@ a.out link edited output
/usr/lib/libf2c.so.x.y shared f2c library
.Pp
.Sh SEE ALSO
-.Xr f2c 1 ,
-.Xr cc 1 ,
.Xr as 1 ,
+.Xr cc 1 ,
+.Xr f2c 1 ,
.Xr ld 1
.Sh BUGS
The input file must end in .f - for instance .for will give problems.
diff --git a/gnu/usr.bin/ld/ld.1 b/gnu/usr.bin/ld/ld.1
index 6aebcd7763372..57524fce57fef 100644
--- a/gnu/usr.bin/ld/ld.1
+++ b/gnu/usr.bin/ld/ld.1
@@ -27,7 +27,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.
.\"
-.\" $Id: ld.1,v 1.11 1996/08/29 18:05:54 wosch Exp $
+.\" $Id: ld.1,v 1.12 1996/10/01 01:22:21 peter Exp $
.\"
.Dd October 14, 1993
.Dt LD 1
@@ -247,9 +247,9 @@ options and preceding the built-in path.
.El
.Sh FILES
.Sh SEE ALSO
-.Xr ldconfig 8 ,
+.Xr rtld 1 ,
.Xr link 5 ,
-.Xr rtld 1
+.Xr ldconfig 8
.Sh CAVEATS
An entry point must now explicitly be given if the output is intended to be
a normal executable program. This was not the case for the previous version of
diff --git a/gnu/usr.bin/ld/ld.1aout b/gnu/usr.bin/ld/ld.1aout
index 6aebcd7763372..57524fce57fef 100644
--- a/gnu/usr.bin/ld/ld.1aout
+++ b/gnu/usr.bin/ld/ld.1aout
@@ -27,7 +27,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.
.\"
-.\" $Id: ld.1,v 1.11 1996/08/29 18:05:54 wosch Exp $
+.\" $Id: ld.1,v 1.12 1996/10/01 01:22:21 peter Exp $
.\"
.Dd October 14, 1993
.Dt LD 1
@@ -247,9 +247,9 @@ options and preceding the built-in path.
.El
.Sh FILES
.Sh SEE ALSO
-.Xr ldconfig 8 ,
+.Xr rtld 1 ,
.Xr link 5 ,
-.Xr rtld 1
+.Xr ldconfig 8
.Sh CAVEATS
An entry point must now explicitly be given if the output is intended to be
a normal executable program. This was not the case for the previous version of
diff --git a/gnu/usr.bin/ld/rtld/rtld.1 b/gnu/usr.bin/ld/rtld/rtld.1
index 9567fd2e3a56c..4f26ea3e4d963 100644
--- a/gnu/usr.bin/ld/rtld/rtld.1
+++ b/gnu/usr.bin/ld/rtld/rtld.1
@@ -1,4 +1,4 @@
-.\" $Id: rtld.1,v 1.8 1997/01/12 00:16:34 jdp Exp $
+.\" $Id: rtld.1,v 1.9 1997/01/12 00:19:14 jdp Exp $
.\"
.\" Copyright (c) 1995 Paul Kranenburg
.\" All rights reserved.
@@ -194,7 +194,7 @@ are recognised and have their usual meaning.
.Pp
.Sh SEE ALSO
.Xr ld 1 ,
-.Xr ldconfig 8 ,
-.Xr link 5
+.Xr link 5 ,
+.Xr ldconfig 8
.Sh HISTORY
The shared library model employed first appeared in SunOS 4.0
diff --git a/gnu/usr.bin/man/catman/catman.1 b/gnu/usr.bin/man/catman/catman.1
index 6f5f0f229be41..34c754b74a4b8 100644
--- a/gnu/usr.bin/man/catman/catman.1
+++ b/gnu/usr.bin/man/catman/catman.1
@@ -24,7 +24,7 @@
.\"
.\" /usr/bin/catman - preformat man pages
.\"
-.\" $Id: catman.1,v 1.8 1996/08/27 20:03:59 wosch Exp $
+.\" $Id: catman.1,v 1.9 1996/12/09 07:25:41 mpp Exp $
.Dd Mar 12, 1995
.Dt CATMAN 1
.Os
@@ -119,9 +119,9 @@ does not check for any
in man page sources. Use hard or symlinks
to avoid redundant formatted man pages.
.Sh SEE ALSO
+.Xr makewhatis 1 ,
.Xr man 1 ,
-.Xr manpath 1 ,
-.Xr makewhatis 1 .
+.Xr manpath 1
.Sh HISTORY
This version of
.Nm catman