]> git.pld-linux.org Git - packages/man-pages.git/commitdiff
- man pages level 2 moved to kernel-headers,
authorkloczek <kloczek@pld-linux.org>
Wed, 31 Mar 1999 08:26:55 +0000 (08:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed lilo.conf(5).

Changed files:
    man-pages.spec -> 1.8

man-pages.spec

index 881ceaea50677538a4afee0576fec3994d1cfd8e..f79c9365dff2a4a4a48c8f347441bddeb4be8868 100644 (file)
@@ -18,7 +18,6 @@ A large collection of man pages covering programming APIs, file
 formats, protocols, etc.
 
     Section 1 = user commands (intro only)
-    Section 2 = system calls
     Section 4 = devices (e.g., hd, sd)
     Section 5 = file formats and protocols (e.g., wtmp, /etc/passwd, nfs)
     Section 6 = games (intro only)
@@ -30,7 +29,6 @@ Eine gro
 Dateiformate, Protokolle, usw..
 
     Section 1 = Benutzerbefehle (nur intro)
-    Section 2 = Systemaufrufe
     Section 4 = Geräte (z.B. hd, sd)
     Section 5 = Dateiformate und Protokolle (z.B. wtmp, /etc/passwd, nfs)
     Section 6 = Spiele (nur intro)
@@ -42,7 +40,6 @@ Un large ensemble de pages de man couvrant la programmation des APIs,
 les formats de fichiers, les protocoles, etc.
 
     Section 1 = commandes utilisateur (intro seulement)
-    Section 2 = appels système
     Section 4 = périphériques (e.g., hd, sd)
     Section 5 = formats de fichiers et protocoles (e.g., wtmp, /etc/passwd, nfs)
     Section 6 = jeux (intro seulement)
@@ -54,7 +51,6 @@ Pakiet ten zawiera du
 opisuj±cych format plików, protoko³y itp.
 
     Section 1 = komendy u¿ytkowników (tylko wstêp)
-    Section 2 = wywo³ania systemowe
     Section 4 = urz±dzenia (np., hd, sd)
     Section 5 = format plików i protoko³y (np., wtmp, /etc/passwd, nfs)
     Section 6 = gry (tylko wstêp)
@@ -71,15 +67,11 @@ geni
 %build
 rm -fv man1/{chgrp,chmod,chown,cp,dd,df,dircolors,du,install}.1
 rm -fv man1/{ln,ls,mkdir,mkfifo,mknod,mv,rm,rmdir,touch}.1
-rm -fv man2/{modules,quotactl,get_kernel_syms}.2 
-rm -fv man2/{create,delete,init,query}_module.2
-rm -fv man3/resolver.3
-rm -fv man3/getnetent.3
-rm -fv man3/gethostbyname.3
 rm -fv man4/console.4
 rm -fv man5/exports.5
 rm -fv man5/nfs.5
 rm -fv man5/fstab.5
+rm -fv man5/lilo.conf.5
 rm -fv man3/strcasecmp.3
 rm -fv man1/lilo.conf.5
 rm -fv man8/lilo.8
@@ -87,8 +79,8 @@ rm -fv man8/lilo.8
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT/usr/man/man{1,2,4,5,6,7,8}
-for n in man{1,2,4,5,6,7,8}/*; do
+install -d $RPM_BUILD_ROOT/usr/man/man{1,4,5,6,7,8}
+for n in man{1,4,5,6,7,8}/*; do
        install $n $RPM_BUILD_ROOT/usr/man/$n
 done
 
@@ -103,6 +95,8 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Tue Mar 30 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
   [1.23-1]
+- man pages level 2 moved to kernel-headers,
+- removed lilo.conf(5),
 - man pages level 3 moved to glibc-devel package,
 - removed man group from man pages.
 
This page took 0.036183 seconds and 4 git commands to generate.