logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

0001-In-Debian-manpages-are-in-section-1-not-in-section-1.patch (15780B)


  1. From 85238f823da4858625f482c696f48e460ba27625 Mon Sep 17 00:00:00 2001
  2. From: Santiago Vila <sanvila@debian.org>
  3. Date: Sat, 15 Jun 2019 18:13:11 -0700
  4. Subject: [PATCH] In Debian, manpages are in section 1, not in section 1L
  5. ---
  6. man/funzip.1 | 8 ++++----
  7. man/unzip.1 | 24 ++++++++++++------------
  8. man/unzipsfx.1 | 32 ++++++++++++++++----------------
  9. man/zipgrep.1 | 8 ++++----
  10. man/zipinfo.1 | 10 +++++-----
  11. 5 files changed, 41 insertions(+), 41 deletions(-)
  12. diff --git a/man/funzip.1 b/man/funzip.1
  13. index 30206e4..a9b4195 100644
  14. --- a/man/funzip.1
  15. +++ b/man/funzip.1
  16. @@ -20,7 +20,7 @@
  17. .in -4n
  18. ..
  19. .\" =========================================================================
  20. -.TH FUNZIP 1L "20 April 2009 (v3.95)" "Info-ZIP"
  21. +.TH FUNZIP 1 "20 April 2009 (v3.95)" "Info-ZIP"
  22. .SH NAME
  23. funzip \- filter for extracting from a ZIP archive in a pipe
  24. .PD
  25. @@ -78,7 +78,7 @@ funzip test.zip > /dev/null
  26. .EE
  27. .PP
  28. To use \fIzip\fP and \fIfunzip\fP in place of \fIcompress\fP(1) and
  29. -\fIzcat\fP(1) (or \fIgzip\fP(1L) and \fIgzcat\fP(1L)) for tape backups:
  30. +\fIzcat\fP(1) (or \fIgzip\fP(1) and \fIgzcat\fP(1)) for tape backups:
  31. .PP
  32. .EX
  33. tar cf \- . | zip \-7 | dd of=/dev/nrst0 obs=8k
  34. @@ -108,8 +108,8 @@ itself (future release).
  35. .PD
  36. .\" =========================================================================
  37. .SH "SEE ALSO"
  38. -\fIgzip\fP(1L), \fIunzip\fP(1L), \fIunzipsfx\fP(1L), \fIzip\fP(1L),
  39. -\fIzipcloak\fP(1L), \fIzipinfo\fP(1L), \fIzipnote\fP(1L), \fIzipsplit\fP(1L)
  40. +\fIgzip\fP(1), \fIunzip\fP(1), \fIunzipsfx\fP(1), \fIzip\fP(1),
  41. +\fIzipcloak\fP(1), \fIzipinfo\fP(1), \fIzipnote\fP(1), \fIzipsplit\fP(1)
  42. .PD
  43. .\" =========================================================================
  44. .SH URL
  45. diff --git a/man/unzip.1 b/man/unzip.1
  46. index 75a7060..eee43a9 100644
  47. --- a/man/unzip.1
  48. +++ b/man/unzip.1
  49. @@ -20,7 +20,7 @@
  50. .in -4n
  51. ..
  52. .\" =========================================================================
  53. -.TH UNZIP 1L "20 April 2009 (v6.0)" "Info-ZIP"
  54. +.TH UNZIP 1 "20 April 2009 (v6.0)" "Info-ZIP"
  55. .SH NAME
  56. unzip \- list, test and extract compressed files in a ZIP archive
  57. .PD
  58. @@ -34,7 +34,7 @@ unzip \- list, test and extract compressed files in a ZIP archive
  59. \fIunzip\fP will list, test, or extract files from a ZIP archive, commonly
  60. found on MS-DOS systems. The default behavior (with no options) is to extract
  61. into the current directory (and subdirectories below it) all files from the
  62. -specified ZIP archive. A companion program, \fIzip\fP(1L), creates ZIP
  63. +specified ZIP archive. A companion program, \fIzip\fP(1), creates ZIP
  64. archives; both programs are compatible with archives created by PKWARE's
  65. \fIPKZIP\fP and \fIPKUNZIP\fP for MS-DOS, but in many cases the program
  66. options or default behaviors differ.
  67. @@ -105,8 +105,8 @@ only a reminder of the basic \fIunzip\fP syntax rather than an exhaustive
  68. list of all possible flags. The exhaustive list follows:
  69. .TP
  70. .B \-Z
  71. -\fIzipinfo\fP(1L) mode. If the first option on the command line is \fB\-Z\fP,
  72. -the remaining options are taken to be \fIzipinfo\fP(1L) options. See the
  73. +\fIzipinfo\fP(1) mode. If the first option on the command line is \fB\-Z\fP,
  74. +the remaining options are taken to be \fIzipinfo\fP(1) options. See the
  75. appropriate manual page for a description of these options.
  76. .TP
  77. .B \-A
  78. @@ -178,7 +178,7 @@ encrypted entries from the compressed size numbers. Therefore,
  79. compressed size and compression ratio figures are independent of the entry's
  80. encryption status and show the correct compression performance. (The complete
  81. size of the encrypted compressed data stream for zipfile entries is reported
  82. -by the more verbose \fIzipinfo\fP(1L) reports, see the separate manual.)
  83. +by the more verbose \fIzipinfo\fP(1) reports, see the separate manual.)
  84. When no zipfile is specified (that is, the complete command is simply
  85. ``\fCunzip \-v\fR''), a diagnostic screen is printed. In addition to
  86. the normal header with release date and version, \fIunzip\fP lists the
  87. @@ -379,8 +379,8 @@ file, skip extraction of all existing files, or rename the current file.
  88. .TP
  89. .B \-N
  90. [Amiga] extract file comments as Amiga filenotes. File comments are created
  91. -with the \-c option of \fIzip\fP(1L), or with the \-N option of the Amiga port
  92. -of \fIzip\fP(1L), which stores filenotes as comments.
  93. +with the \-c option of \fIzip\fP(1), or with the \-N option of the Amiga port
  94. +of \fIzip\fP(1), which stores filenotes as comments.
  95. .TP
  96. .B \-o
  97. overwrite existing files without prompting. This is a dangerous option, so
  98. @@ -598,7 +598,7 @@ Unix \fInice\fP(1).
  99. As suggested by the examples above, the default variable names are UNZIP_OPTS
  100. for VMS (where the symbol used to install \fIunzip\fP as a foreign command
  101. would otherwise be confused with the environment variable), and UNZIP
  102. -for all other operating systems. For compatibility with \fIzip\fP(1L),
  103. +for all other operating systems. For compatibility with \fIzip\fP(1),
  104. UNZIPOPT is also accepted (don't ask). If both UNZIP and UNZIPOPT
  105. are defined, however, UNZIP takes precedence. \fIunzip\fP's diagnostic
  106. option (\fB\-v\fP with no zipfile name) can be used to check the values
  107. @@ -648,8 +648,8 @@ prompt for another password, and so on until all files are extracted. If
  108. a password is not known, entering a null password (that is, just a carriage
  109. return or ``Enter'') is taken as a signal to skip all further prompting.
  110. Only unencrypted files in the archive(s) will thereafter be extracted. (In
  111. -fact, that's not quite true; older versions of \fIzip\fP(1L) and
  112. -\fIzipcloak\fP(1L) allowed null passwords, so \fIunzip\fP checks each encrypted
  113. +fact, that's not quite true; older versions of \fIzip\fP(1) and
  114. +\fIzipcloak\fP(1) allowed null passwords, so \fIunzip\fP checks each encrypted
  115. file to see if the null password works. This may result in ``false positives''
  116. and extraction errors, as noted above.)
  117. .PP
  118. @@ -943,8 +943,8 @@ deleted.
  119. .PD
  120. .\" =========================================================================
  121. .SH "SEE ALSO"
  122. -\fIfunzip\fP(1L), \fIzip\fP(1L), \fIzipcloak\fP(1L), \fIzipgrep\fP(1L),
  123. -\fIzipinfo\fP(1L), \fIzipnote\fP(1L), \fIzipsplit\fP(1L)
  124. +\fIfunzip\fP(1), \fIzip\fP(1), \fIzipcloak\fP(1), \fIzipgrep\fP(1),
  125. +\fIzipinfo\fP(1), \fIzipnote\fP(1), \fIzipsplit\fP(1)
  126. .PD
  127. .\" =========================================================================
  128. .SH URL
  129. diff --git a/man/unzipsfx.1 b/man/unzipsfx.1
  130. index d9a0e59..533711f 100644
  131. --- a/man/unzipsfx.1
  132. +++ b/man/unzipsfx.1
  133. @@ -20,7 +20,7 @@
  134. .in -4n
  135. ..
  136. .\" =========================================================================
  137. -.TH UNZIPSFX 1L "20 April 2009 (v6.0)" "Info-ZIP"
  138. +.TH UNZIPSFX 1 "20 April 2009 (v6.0)" "Info-ZIP"
  139. .SH NAME
  140. unzipsfx \- self-extracting stub for prepending to ZIP archives
  141. .PD
  142. @@ -30,7 +30,7 @@ unzipsfx \- self-extracting stub for prepending to ZIP archives
  143. .PD
  144. .\" =========================================================================
  145. .SH DESCRIPTION
  146. -\fIunzipsfx\fP is a modified version of \fIunzip\fP(1L) designed to be
  147. +\fIunzipsfx\fP is a modified version of \fIunzip\fP(1) designed to be
  148. prepended to existing ZIP archives in order to form self-extracting archives.
  149. Instead of taking its first non-flag argument to be the zipfile(s) to be
  150. extracted, \fIunzipsfx\fP seeks itself under the name by which it was invoked
  151. @@ -109,7 +109,7 @@ literal subdirectory ``\fB~\fP'' of the current directory.
  152. .PD
  153. .\" =========================================================================
  154. .SH OPTIONS
  155. -\fIunzipsfx\fP supports the following \fIunzip\fP(1L) options: \fB\-c\fP
  156. +\fIunzipsfx\fP supports the following \fIunzip\fP(1) options: \fB\-c\fP
  157. and \fB\-p\fP (extract to standard output/screen), \fB\-f\fP and \fB\-u\fP
  158. (freshen and update existing files upon extraction), \fB\-t\fP (test
  159. archive) and \fB\-z\fP (print archive comment). All normal listing options
  160. @@ -118,11 +118,11 @@ option (\fB\-t\fP) may be used as a ``poor man's'' listing. Alternatively,
  161. those creating self-extracting archives may wish to include a short listing
  162. in the zipfile comment.
  163. .PP
  164. -See \fIunzip\fP(1L) for a more complete description of these options.
  165. +See \fIunzip\fP(1) for a more complete description of these options.
  166. .PD
  167. .\" =========================================================================
  168. .SH MODIFIERS
  169. -\fIunzipsfx\fP currently supports all \fIunzip\fP(1L) modifiers: \fB\-a\fP
  170. +\fIunzipsfx\fP currently supports all \fIunzip\fP(1) modifiers: \fB\-a\fP
  171. (convert text files), \fB\-n\fP (never overwrite), \fB\-o\fP (overwrite
  172. without prompting), \fB\-q\fP (operate quietly), \fB\-C\fP (match names
  173. case-insensitively), \fB\-L\fP (convert uppercase-OS names to lowercase),
  174. @@ -137,18 +137,18 @@ files have the appropriate format for the local OS. EBCDIC conversion will
  175. of course continue to be supported since the zipfile format implies ASCII
  176. storage of text files.)
  177. .PP
  178. -See \fIunzip\fP(1L) for a more complete description of these modifiers.
  179. +See \fIunzip\fP(1) for a more complete description of these modifiers.
  180. .PD
  181. .\" =========================================================================
  182. .SH "ENVIRONMENT OPTIONS"
  183. -\fIunzipsfx\fP uses the same environment variables as \fIunzip\fP(1L) does,
  184. +\fIunzipsfx\fP uses the same environment variables as \fIunzip\fP(1) does,
  185. although this is likely to be an issue only for the person creating and
  186. -testing the self-extracting archive. See \fIunzip\fP(1L) for details.
  187. +testing the self-extracting archive. See \fIunzip\fP(1) for details.
  188. .PD
  189. .\" =========================================================================
  190. .SH DECRYPTION
  191. -Decryption is supported exactly as in \fIunzip\fP(1L); that is, interactively
  192. -with a non-echoing prompt for the password(s). See \fIunzip\fP(1L) for
  193. +Decryption is supported exactly as in \fIunzip\fP(1); that is, interactively
  194. +with a non-echoing prompt for the password(s). See \fIunzip\fP(1) for
  195. details. Once again, note that if the archive has no encrypted files there
  196. is no reason to use a version of \fIunzipsfx\fP with decryption support;
  197. that only adds to the size of the archive.
  198. @@ -286,7 +286,7 @@ available that provide the full path name, so the archive may be invoked
  199. from anywhere in the user's path. The situation is not known for AmigaDOS,
  200. Atari TOS, MacOS, etc.
  201. .PP
  202. -As noted above, a number of the normal \fIunzip\fP(1L) functions have
  203. +As noted above, a number of the normal \fIunzip\fP(1) functions have
  204. been removed in order to make \fIunzipsfx\fP smaller: usage and diagnostic
  205. info, listing functions and extraction to other directories. Also, only
  206. stored and deflated files are supported. The latter limitation is mainly
  207. @@ -303,17 +303,17 @@ does not work. (For technically oriented users, the attached archive is
  208. defined as a ``debug hunk.'') There may be compatibility problems between
  209. the ROM levels of older Amigas and newer ones.
  210. .PP
  211. -All current bugs in \fIunzip\fP(1L) exist in \fIunzipsfx\fP as well.
  212. +All current bugs in \fIunzip\fP(1) exist in \fIunzipsfx\fP as well.
  213. .PD
  214. .\" =========================================================================
  215. .SH DIAGNOSTICS
  216. \fIunzipsfx\fP's exit status (error level) is identical to that of
  217. -\fIunzip\fP(1L); see the corresponding man page.
  218. +\fIunzip\fP(1); see the corresponding man page.
  219. .PD
  220. .\" =========================================================================
  221. .SH "SEE ALSO"
  222. -\fIfunzip\fP(1L), \fIunzip\fP(1L), \fIzip\fP(1L), \fIzipcloak\fP(1L),
  223. -\fIzipgrep\fP(1L), \fIzipinfo\fP(1L), \fIzipnote\fP(1L), \fIzipsplit\fP(1L)
  224. +\fIfunzip\fP(1), \fIunzip\fP(1), \fIzip\fP(1), \fIzipcloak\fP(1),
  225. +\fIzipgrep\fP(1), \fIzipinfo\fP(1), \fIzipnote\fP(1), \fIzipsplit\fP(1)
  226. .PD
  227. .PD
  228. .\" =========================================================================
  229. @@ -330,7 +330,7 @@ or
  230. .\" =========================================================================
  231. .SH AUTHORS
  232. Greg Roelofs was responsible for the basic modifications to UnZip necessary
  233. -to create UnZipSFX. See \fIunzip\fP(1L) for the current list of Zip-Bugs
  234. +to create UnZipSFX. See \fIunzip\fP(1) for the current list of Zip-Bugs
  235. authors, or the file CONTRIBS in the UnZip source distribution for the
  236. full list of Info-ZIP contributors.
  237. .PD
  238. diff --git a/man/zipgrep.1 b/man/zipgrep.1
  239. index dad83f8..252fcae 100644
  240. --- a/man/zipgrep.1
  241. +++ b/man/zipgrep.1
  242. @@ -8,7 +8,7 @@
  243. .\" zipgrep.1 by Greg Roelofs.
  244. .\"
  245. .\" =========================================================================
  246. -.TH ZIPGREP 1L "20 April 2009" "Info-ZIP"
  247. +.TH ZIPGREP 1 "20 April 2009" "Info-ZIP"
  248. .SH NAME
  249. zipgrep \- search files in a ZIP archive for lines matching a pattern
  250. .PD
  251. @@ -21,7 +21,7 @@ zipgrep \- search files in a ZIP archive for lines matching a pattern
  252. .SH DESCRIPTION
  253. \fIzipgrep\fP will search files within a ZIP archive for lines matching
  254. the given string or pattern. \fIzipgrep\fP is a shell script and requires
  255. -\fIegrep\fP(1) and \fIunzip\fP(1L) to function. Its output is identical to
  256. +\fIegrep\fP(1) and \fIunzip\fP(1) to function. Its output is identical to
  257. that of \fIegrep\fP(1).
  258. .PD
  259. .\" =========================================================================
  260. @@ -69,8 +69,8 @@ All options prior to the ZIP archive filename are passed to \fIegrep\fP(1).
  261. .PD
  262. .\" =========================================================================
  263. .SH "SEE ALSO"
  264. -\fIegrep\fP(1), \fIunzip\fP(1L), \fIzip\fP(1L), \fIfunzip\fP(1L),
  265. -\fIzipcloak\fP(1L), \fIzipinfo\fP(1L), \fIzipnote\fP(1L), \fIzipsplit\fP(1L)
  266. +\fIegrep\fP(1), \fIunzip\fP(1), \fIzip\fP(1), \fIfunzip\fP(1),
  267. +\fIzipcloak\fP(1), \fIzipinfo\fP(1), \fIzipnote\fP(1), \fIzipsplit\fP(1)
  268. .PD
  269. .\" =========================================================================
  270. .SH URL
  271. diff --git a/man/zipinfo.1 b/man/zipinfo.1
  272. index 428e4b9..22d1fa2 100644
  273. --- a/man/zipinfo.1
  274. +++ b/man/zipinfo.1
  275. @@ -34,7 +34,7 @@
  276. .in -4n
  277. ..
  278. .\" =========================================================================
  279. -.TH ZIPINFO 1L "20 April 2009 (v3.0)" "Info-ZIP"
  280. +.TH ZIPINFO 1 "20 April 2009 (v3.0)" "Info-ZIP"
  281. .SH NAME
  282. zipinfo \- list detailed information about a ZIP archive
  283. .PD
  284. @@ -272,7 +272,7 @@ format:
  285. Note that because of limitations in the MS-DOS format used to store file
  286. times, the seconds field is always rounded to the nearest even second.
  287. For Unix files this is expected to change in the next major releases of
  288. -\fIzip\fP(1L) and \fIunzip\fP.
  289. +\fIzip\fP(1) and \fIunzip\fP.
  290. .PP
  291. In addition to individual file information, a default zipfile listing
  292. also includes header and trailer lines:
  293. @@ -361,7 +361,7 @@ of the Unix command \fInice\fP(1).
  294. As suggested above, the default variable names are ZIPINFO_OPTS for VMS
  295. (where the symbol used to install \fIzipinfo\fP as a foreign command
  296. would otherwise be confused with the environment variable), and ZIPINFO
  297. -for all other operating systems. For compatibility with \fIzip\fP(1L),
  298. +for all other operating systems. For compatibility with \fIzip\fP(1),
  299. ZIPINFOOPT is also accepted (don't ask). If both ZIPINFO and ZIPINFOOPT
  300. are defined, however, ZIPINFO takes precedence. \fIunzip\fP's diagnostic
  301. option (\fB\-v\fP with no zipfile name) can be used to check the values
  302. @@ -496,8 +496,8 @@ be simplified. (This is not to say that it will be.)
  303. .PP
  304. .\" =========================================================================
  305. .SH "SEE ALSO"
  306. -\fIls\fP(1), \fIfunzip\fP(1L), \fIunzip\fP(1L), \fIunzipsfx\fP(1L),
  307. -\fIzip\fP(1L), \fIzipcloak\fP(1L), \fIzipnote\fP(1L), \fIzipsplit\fP(1L)
  308. +\fIls\fP(1), \fIfunzip\fP(1), \fIunzip\fP(1), \fIunzipsfx\fP(1),
  309. +\fIzip\fP(1), \fIzipcloak\fP(1), \fIzipnote\fP(1), \fIzipsplit\fP(1)
  310. .PD
  311. .\" =========================================================================
  312. .SH URL
  313. --
  314. 2.20.1