From 90ff569e4e1b4e16a1bc8606d6aea8f995382875 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Mon, 14 Jul 2008 23:59:34 +0000 Subject: [PATCH] Remove useless types(5) manpage. --- Makefile_upgrade.inc | 4 ++- share/man/man5/Makefile | 3 +-- share/man/man5/types.5 | 60 ----------------------------------------- 3 files changed, 4 insertions(+), 63 deletions(-) delete mode 100644 share/man/man5/types.5 diff --git a/Makefile_upgrade.inc b/Makefile_upgrade.inc index 400f94fc7f..c77e61adad 100644 --- a/Makefile_upgrade.inc +++ b/Makefile_upgrade.inc @@ -1,4 +1,4 @@ -# $DragonFly: src/Makefile_upgrade.inc,v 1.29 2008/07/10 22:52:18 swildner Exp $ +# $DragonFly: src/Makefile_upgrade.inc,v 1.30 2008/07/14 23:59:34 swildner Exp $ # # Append all obsolete files to this file # Avoid constructs like {foo,bar}. It is parsed by /bin/sh @@ -944,3 +944,5 @@ TO_REMOVE+=/usr/share/info/readline.info.gz TO_REMOVE+=/usr/share/info/rluserman.info.gz TO_REMOVE+=/usr/share/man/cat3/readline.3.gz TO_REMOVE+=/usr/share/man/man3/readline.3.gz +TO_REMOVE+=/usr/share/man/cat5/types.5.gz +TO_REMOVE+=/usr/share/man/man5/types.5.gz diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile index 9b20ddc5ef..36473ceaf7 100644 --- a/share/man/man5/Makefile +++ b/share/man/man5/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD: src/share/man/man5/Makefile,v 1.27.2.12 2003/05/23 22:20:24 dwhite Exp $ -# $DragonFly: src/share/man/man5/Makefile,v 1.15 2008/05/11 06:46:19 swildner Exp $ +# $DragonFly: src/share/man/man5/Makefile,v 1.16 2008/07/14 23:59:34 swildner Exp $ #MISSING: dump.5 plot.5 MAN= acct.5 \ @@ -51,7 +51,6 @@ MAN= acct.5 \ shells.5 \ stab.5 \ sysctl.conf.5 \ - types.5 \ utf2.5 \ utf8.5 \ utmp.5 \ diff --git a/share/man/man5/types.5 b/share/man/man5/types.5 deleted file mode 100644 index 1cf3ed3586..0000000000 --- a/share/man/man5/types.5 +++ /dev/null @@ -1,60 +0,0 @@ -.\" Copyright (c) 1980, 1991, 1993 -.\" The Regents of the University of California. All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" 3. All advertising materials mentioning features or use of this software -.\" must display the following acknowledgement: -.\" This product includes software developed by the University of -.\" California, Berkeley and its contributors. -.\" 4. Neither the name of the University nor the names of its contributors -.\" may be used to endorse or promote products derived from this software -.\" without specific prior written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND -.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE -.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. -.\" -.\" @(#)types.5 8.1 (Berkeley) 6/5/93 -.\" $FreeBSD: src/share/man/man5/types.5,v 1.10.2.2 2001/12/17 11:30:15 ru Exp $ -.\" $DragonFly: src/share/man/man5/Attic/types.5,v 1.7 2006/05/26 19:39:40 swildner Exp $ -.\" -.Dd March 5, 2005 -.Dt TYPES 5 -.Os -.Sh NAME -.Nm types -.Nd system data types -.Sh SYNOPSIS -.In sys/types.h -.Sh DESCRIPTION -The file -.In sys/types.h -contains the defined data types used in the kernel; most are used -through out the system. -.Sh SEE ALSO -.Xr gdb 1 , -.Xr intro 2 , -.Xr lseek 2 , -.Xr intro 3 , -.Xr time 3 , -.Xr fs 5 -.Sh HISTORY -A -.Nm -file appeared in -.At v7 . -- 2.41.0