xref: /netbsd-src/share/man/man7/release.7 (revision 99f61d3fde5a9f478601189b22923344d336d559)
1*99f61d3fSbrook.\"	$NetBSD: release.7,v 1.40 2022/08/21 15:01:08 brook Exp $
2a5012980Sthorpej.\"
3bebf49ccSfredb.\" Copyright (c) 1997, 2000, 2005 The NetBSD Foundation, Inc.
4a5012980Sthorpej.\" All rights reserved.
5a5012980Sthorpej.\"
63748c7c9Smycroft.\" This code is derived from software contributed to The NetBSD Foundation
73748c7c9Smycroft.\" by Charles M. Hannum and Jason R. Thorpe.
8a5012980Sthorpej.\"
9a5012980Sthorpej.\" Redistribution and use in source and binary forms, with or without
10a5012980Sthorpej.\" modification, are permitted provided that the following conditions
11a5012980Sthorpej.\" are met:
12a5012980Sthorpej.\" 1. Redistributions of source code must retain the above copyright
13a5012980Sthorpej.\"    notice, this list of conditions and the following disclaimer.
14a5012980Sthorpej.\" 2. Redistributions in binary form must reproduce the above copyright
15a5012980Sthorpej.\"    notice, this list of conditions and the following disclaimer in the
16a5012980Sthorpej.\"    documentation and/or other materials provided with the distribution.
17a5012980Sthorpej.\"
18a5012980Sthorpej.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
19a5012980Sthorpej.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
20a5012980Sthorpej.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21a5012980Sthorpej.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
22a5012980Sthorpej.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23a5012980Sthorpej.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24a5012980Sthorpej.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25a5012980Sthorpej.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26a5012980Sthorpej.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27a5012980Sthorpej.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28a5012980Sthorpej.\" POSSIBILITY OF SUCH DAMAGE.
29a5012980Sthorpej.\"
307d2da5eaSjruoho.Dd July 13, 2020
31a5012980Sthorpej.Dt RELEASE 7
325b40cb57Sgarbled.Os
33a5012980Sthorpej.Sh NAME
34a5012980Sthorpej.Nm release
35a5012980Sthorpej.Nd layout of NetBSD releases and snapshots
36a5012980Sthorpej.Sh DESCRIPTION
37a5012980SthorpejThis document describes the layout of
38a5012980Sthorpej.Nx
39a5012980Sthorpejreleases and snapshots.
40a5012980SthorpejThis layout should be consistent between FTP servers and CD-ROMs,
41a5012980Sthorpejexcept possibly the path that leads to the release hierarchy.
42a5012980Sthorpej.Pp
43a5012980SthorpejIn this document, the following special words have these definitions:
4401869ca4Swiz.Bl -tag -width "<machine_arch>"
45b4562aafSwiz.It Aq Em machine
46a5012980SthorpejThe platform for which the release was built, corresponding to the
47a5012980Sthorpej.Em hw.machine
48b53bfce4Ssnjsysctl variable, e.g.,
49a5012980Sthorpej.Em i386
50a5012980Sthorpejor
51a5012980Sthorpej.Em amiga .
52b4562aafSwiz.It Aq Em machine_arch
53a5012980SthorpejThe architecture for which a particular installation set was built,
54a5012980Sthorpejcorresponding to the
55a5012980Sthorpej.Em hw.machine_arch
56b53bfce4Ssnjsysctl variable, e.g.,
57a5012980Sthorpej.Em i386
58a5012980Sthorpejor
59a5012980Sthorpej.Em m68k .
60b4562aafSwiz.It Aq Em rel
61b53bfce4SsnjThe release version number.
62a5012980Sthorpej.El
63a5012980Sthorpej.Pp
64a5012980SthorpejAll
65a5012980Sthorpej.Sy README
66a5012980Sthorpejfiles are descriptions of the various files in directories that have
67a5012980Sthorpej.Dq non-standard
68a5012980Sthorpejcontents.
69bebf49ccSfredbThere may also be a
70bebf49ccSfredb.Sy README
71bebf49ccSfredbfile at the top-level,
72bebf49ccSfredbdescribing who built the snapshot and under what circumstances
73b53bfce4Ssnj.Po e.g., whether it's an official
74f1cacc2dSwiz.Nx
75f1cacc2dSwizsnapshot, or not
76bebf49ccSfredb.Pc .
77a5012980Sthorpej.Pp
78a5012980SthorpejAll
79a5012980Sthorpej.Sy MD5
80a5012980Sthorpejfiles are MD5 digests for the various files in that directory, in the
81a5012980Sthorpejformat produced by the command:
82b1ca666eSsnj.Sy cksum -a MD5 Aq Sy file .
83a5012980Sthorpej.Pp
84a5012980SthorpejAll
85b53bfce4Ssnj.Sy SHA512
86b53bfce4Ssnjfiles are SHA512 digests for the various files in that directory, in the
87b53bfce4Ssnjformat produced by the command:
88b53bfce4Ssnj.Sy cksum -a SHA512 Aq Sy file .
89a5012980Sthorpej.Pp
90b53bfce4SsnjThe SHA512 digest is safer, but MD5 checksums are provided so that a wider
91b53bfce4Ssnjrange of operating systems can check the integrity of the release files.
92a5012980Sthorpej.Pp
93a5012980SthorpejFiles that end in
94a5012980Sthorpej.Sy .tgz
95b4562aafSwizare gzipped tar archives.
96b4562aafSwizThis is used in lieu of
97a5012980Sthorpej.Sy .tar.gz
98a5012980Sthorpejbecause the software used to download the sets may incorrectly auto-unpack
99a5012980Sthorpejfiles ending in
100a5012980Sthorpej.Sy .gz
101f8f06cdaSenamiand to accommodate systems which only support 3 character extensions
102a5012980Sthorpejto file names.
103a5012980Sthorpej.Pp
104a5012980SthorpejAll tar archives are relative to the target's
105a5012980Sthorpej.Sy /
106a5012980Sthorpejdirectory, and
107a5012980Sthorpej.Em do not
108a5012980Sthorpejinclude the leading
109a5012980Sthorpej.Dq / .
110a5012980Sthorpej.Pp
111fd49b78dSapbThe root of the release hierarchy may be the root directory of a
112fd49b78dSapbCD-ROM, but in all other cases it should be
113a5012980Sthorpej.Sm off
114a5012980Sthorpej.Xo
115a5012980Sthorpej.Sy .../NetBSD-
116b4562aafSwiz.Aq Em rel
117a5012980Sthorpej.Sy / .
118a5012980Sthorpej.Xc
119a5012980Sthorpej.Sm on
120e5e51611Stv.Pp
121fd49b78dSapbThe root of the release hierarchy should contain the following
122fd49b78dSapbfiles and subdirectories:
123fd49b78dSapb.Pp
12401869ca4Swiz.Bl -tag -width "<machine>"
1257045182cSriz.It Sy images/
1267045182cSrizImage files intended for use in installing
1277045182cSriz.Nx .
1287045182cSrizThere are different types of images for different platforms, and sometimes
1297045182cSrizmultiple different image types for a single platform.
1307045182cSriz.Pp
1317045182cSrizImages in this directory, unlike images in the
1327045182cSriz.Sm off
1337045182cSriz.Xo
1347045182cSriz.Sy .../NetBSD-
1357045182cSriz.Aq Em rel
1367045182cSriz.Sy /
1377045182cSriz.Aq Em machine
1387045182cSriz.Sy /installation/\\*/
1397045182cSriz.Xc
1407045182cSriz.Sm on
1417045182cSrizdirectories, contain file systems that
1427045182cSrizhave an internal layout that corresponds to
1437045182cSriza complete release for a given machine type.
1447045182cSrizIf built with
1457045182cSriz.Dq iso-image-source ,
1467045182cSrizthen it will also contain a
1477045182cSriz.Dq source
1487045182cSrizdirectory.
1497045182cSrizThese images are usually bootable.
15001869ca4Swiz.Bl -tag -width "NetBSD-<rel>-<machine>.iso"
1517045182cSriz.It Sy MD5
1527045182cSriz.It Sy SHA512
1537045182cSriz.It Sy NetBSD- Ns Ao Em rel Ac Ns Sy - Ns Ao Em machine Ac Ns Sy .iso
154b1ca666eSsnjCD-ROM images in ISO 9660 format, usually created with
155e38f02c7Sapb.Dq ./build.sh ... iso-image ...
156e38f02c7Sapbafter a
157dbb24a61Sjnemeth.Dq ./build.sh -x ... release ...
158dbb24a61Sjnemethin
159dbb24a61Sjnemeth.Pa src
160dbb24a61Sjnemethor created with
161dbb24a61Sjnemeth.Dq ./build.sh ... iso-image-source ...
162dbb24a61Sjnemethafter a
163e38f02c7Sapb.Dq ./build.sh -x ... release sourcesets ...
164e38f02c7Sapbin
165e38f02c7Sapb.Pa src .
1667045182cSriz.It Sy NetBSD- Ns Ao Em rel Ac Ns Sy - Ns Ao Em machine Ac Ns Sy -install.img.gz
1677045182cSrizBootable installation images intended to be written to any drive which
1687045182cSrizappears as an
1697045182cSriz.Xr sd 4
1707045182cSriztype, such as USB flash disks.
1717045182cSrizThese images are created with
1727045182cSriz.Dq ./build.sh ... install-image
1737045182cSrizin
1747045182cSriz.Pa src .
175e38f02c7Sapb.El
176e38f02c7Sapb.
177fd49b78dSapb.It Sy shared/
178e38f02c7SapbFiles shared by two or more machine types.
17901869ca4Swiz.Bl -tag -width "<machine_arch>"
180b4562aafSwiz.It Ao Em machine_arch Ac Ns Pa /
181e5e51611StvFiles which may be shared by all systems of the same
182b4562aafSwiz.Aq Em machine_arch
183e5e51611Stvwill be located in
184a5012980Sthorpej.Sm off
185a5012980Sthorpej.Xo
186a5012980Sthorpej.Sy .../NetBSD-
187b4562aafSwiz.Aq Em rel
188e5e51611Stv.Sy /shared/
189b4562aafSwiz.Aq Em machine_arch
190a5012980Sthorpej.Sy /
191a5012980Sthorpej.Xc
192a5012980Sthorpej.Sm on
193e5e51611Stvwith symbolic links pointing to these files from the
194b4562aafSwiz.Aq Em machine
195fd49b78dSapbsubdirectory.
196fd49b78dSapb.It Sy ALL/
197fd49b78dSapbFiles which are completely machine-independent will be
198e5e51611Stvlocated in
199b4562aafSwiz.Sy .../NetBSD- Ns Ao Em rel Ac Ns Sy /shared/ALL/
200e5e51611Stvwith symbolic links pointing to these files from the
201b4562aafSwiz.Aq Em machine
202e5e51611Stvsubdirectory.
203fd49b78dSapb.El
204fd49b78dSapb.
205fd49b78dSapb.It Sy source/
206b53bfce4SsnjSource code of the operating system should be put into
207b4562aafSwiz.Sy .../NetBSD- Ns Ao Em rel Ac Ns Sy /source/
208016ecbcfShubertfusing the following layout:
209016ecbcfShubertf.Pp
210b53bfce4Ssnj.Bl -tag -width "sets/"
211016ecbcfShubertf.It Sy sets/
212b53bfce4SsnjSources for the various system sets.
213016ecbcfShubertf.Bl -tag -width "sharesrc.tgz"
214016ecbcfShubertf.It Sy MD5
215b53bfce4Ssnj.It Sy SHA512
216016ecbcfShubertf.It Sy gnusrc.tgz
217016ecbcfShubertfContains sources for all GPLed and possibly other programs that
218016ecbcfShubertfcontains restrictions in their licensing that prevent others from
219016ecbcfShubertfusing these programs in closed-source environments.
220016ecbcfShubertf.It Sy sharesrc.tgz
221016ecbcfShubertfContains machine-independent data files that can be shared across
222016ecbcfShubertfarchitectures/systems.
223016ecbcfShubertf.It Sy src.tgz
224016ecbcfShubertfThe operating system's userland source code, including all programs,
225b53bfce4Ssnjtools, libraries, etc.
226016ecbcfShubertf.It Sy syssrc.tgz
227016ecbcfShubertfKernel sources for all architectures plus sources of the tools needed
2287469b2c7Swizto build kernels (like
229a9b411c1Speter.Xr config 1 ) .
230016ecbcfShubertf.It Sy xsrc.tgz
231b4562aafSwizSource code of the X Window System used on all
232b4562aafSwiz.Nx
233b4562aafSwizarchitectures.
234016ecbcfShubertfIncludes X clients and servers.
235016ecbcfShubertf.El
236016ecbcfShubertf.El
237fd49b78dSapb.
238b4562aafSwiz.It Ao Em machine Ac Ns Pa /
239bebf49ccSfredbThe binary releases in
240016ecbcfShubertf.Sm off
241016ecbcfShubertf.Xo
242016ecbcfShubertf.Sy .../NetBSD-
243b4562aafSwiz.Aq Em rel
244016ecbcfShubertf.Sy /
245b4562aafSwiz.Aq Em machine
246016ecbcfShubertf.Sy /
247016ecbcfShubertf.Xc
248016ecbcfShubertf.Sm on
249b53bfce4Ssnjfit the following layout:
250a5012980Sthorpej.Bl -tag -width "installation/"
251b4533d70Sis.It Sy INSTALL.txt
252a5012980SthorpejInstallation notes, including complete descriptions of files contained
253a5012980Sthorpejwithin the release hierarchy
254b4533d70Sis.It Sy INSTALL.more
255b53bfce4Ssnjpretty version, suited for viewing with
256b4533d70Sis.Xr more 1
257b4533d70Sis.It Sy INSTALL.html
258b53bfce4SsnjHTML version
259b4533d70Sis.It Sy INSTALL.ps
260b53bfce4SsnjPostScript version
261a5012980Sthorpej.It Sy binary/
262a5012980Sthorpejsystem binaries
263b53bfce4Ssnj.Bl -tag -width "SHA512/"
264*99f61d3fSbrook.It Sy gzimg/
265*99f61d3fSbrookcompressed system images
266*99f61d3fSbrook.Bl -tag -width "xserver.tgz"
267*99f61d3fSbrook.It Ao Em machine Ac Ns Pa .tar.gz
268*99f61d3fSbrookThe primary system image on those platforms that provide them.  These
269*99f61d3fSbrookimages may not be bootable.
270*99f61d3fSbrook.It Ao Em machine Ac Ns Pa - Ns Ao Em board Ac Ns Pa .tar.gz
271*99f61d3fSbrookA bootable system image for a particular board, on platforms that
272*99f61d3fSbrookprovide them.
273*99f61d3fSbrook.El
274a5012980Sthorpej.It Sy sets/
275a5012980Sthorpejinstallation sets
276b53bfce4Ssnj.Bl -tag -width "xserver.tgz"
277a5012980Sthorpej.It Sy MD5
278b53bfce4Ssnj.It Sy SHA512
279a5012980Sthorpej.It Sy base.tgz
280b4562aafSwizThe base binary distribution.
281b4562aafSwizThis set contains the base
282a5012980Sthorpej.Nx
283a5012980Sthorpejutilities that are necessary for the system to run and be minimally
284b4562aafSwizfunctional.
285b4562aafSwizThis set excludes all things listed in the sets
286a5012980Sthorpejdescribed below.
287a5012980Sthorpej.It Sy comp.tgz
288b4562aafSwizThe compiler tools distribution.
289b4562aafSwizThis set contains the C and C++
290a5012980Sthorpejcompilers, assembler, linker, other toolchain components, and their
291b4562aafSwizmanual pages.
292b4562aafSwizIt also includes the system include files
293a5012980Sthorpej.Pq Pa /usr/include
294b53bfce4Ssnjand the static system libraries.
295a5012980Sthorpej.It Sy etc.tgz
296a5012980SthorpejThis set contains the system configuration files that reside in
297a5012980Sthorpej.Pa /etc
298a5012980Sthorpejand in several other places throughout the file system hierarchy.
299a5012980Sthorpej.It Sy games.tgz
300a5012980SthorpejThis set includes the games and their manual pages.
301b1ca666eSsnj.It Sy kern-GENERIC.tgz
302b1ca666eSsnjThis set includes a kernel built from the
303b1ca666eSsnj.Sy GENERIC
304b1ca666eSsnjkernel configuration file.
305b1ca666eSsnjThis is meant as an example only; different
306b1ca666eSsnjplatforms may have differently named kernels.
307a5012980Sthorpej.It Sy man.tgz
308a5012980SthorpejThis set includes all of the manual pages for the binaries and other
309a5012980Sthorpejsoftware contained in the
310a5012980Sthorpej.Sy base
311a5012980Sthorpejset which are not included in the other sets.
312a5012980Sthorpej.It Sy misc.tgz
313b53bfce4SsnjThis set includes miscellaneous non-essential files, including dictionaries,
314b53bfce4Ssnjthe typesettable document set, and various other documentation and example
315b53bfce4Ssnjconfiguration files.
316b313b03dSjnemeth.It Sy modules.tgz
317b313b03dSjnemethThis set includes all the kernel modules.
3187d2da5eaSjruoho.It Sy rescue.tgz
3197d2da5eaSjruohoThis set contains the
3207d2da5eaSjruoho.Xr rescue 8
3217d2da5eaSjruohoutilities.
3227d2da5eaSjruoho.It Sy tests.tgz
3237d2da5eaSjruohoThis set includes the
3247d2da5eaSjruoho.Xr tests 7
3257d2da5eaSjruohofor
3267d2da5eaSjruoho.Xr atf 7 ,
3277d2da5eaSjruohothe automated test framework used by NetBSD.
328a5012980Sthorpej.It Sy text.tgz
329a5012980SthorpejThis set includes the
330a5012980Sthorpej.Nx
331a5012980Sthorpejtext processing tools, including
332a5012980Sthorpej.Xr groff 1 ,
333a5012980Sthorpejall related programs, and their manual pages.
334a5012980Sthorpej.It Sy xbase.tgz
335b53bfce4SsnjThis set includes the base X11 distribution, including manual pages
336b53bfce4Ssnjand excluding everything contained in the other X11 sets.
337dc3136e8Sleot.It Sy xetc.tgz
338dc3136e8SleotThis set includes X11 configuration files.
339a5012980Sthorpej.It Sy xcomp.tgz
340a5012980SthorpejThis set includes the X11 include files and static X11 libraries.
341a5012980Sthorpej.It Sy xfont.tgz
342a5012980SthorpejThis set includes the X11 fonts.
343a5012980Sthorpej.It Sy xserver.tgz
344b4562aafSwizThis set includes the X servers and manual pages for
345b53bfce4Ssnja given machine.
346a5012980Sthorpej.Em "Note: this set may not be available on some platforms" .
347a5012980Sthorpej.El
348a5012980Sthorpej.It Sy kernel/
349a5012980Sthorpejsuitably named, gzipped kernels
350a5012980Sthorpej.Bl -tag -width "netbsd-GENERIC.gz"
351a5012980Sthorpej.It Sy MD5
352b53bfce4Ssnj.It Sy SHA512
353a5012980Sthorpej.It Sy netbsd-GENERIC.gz
354a5012980SthorpejA kernel built from the
355a5012980Sthorpej.Sy GENERIC
356b4562aafSwizkernel configuration file.
357b4562aafSwizThis is meant as an example only; different
358a5012980Sthorpejplatforms may have differently named kernels.
359a5012980Sthorpej.El
360a5012980Sthorpej.El
361a5012980Sthorpej.It Sy installation/
362a5012980Sthorpejinstallation helper items
363a5012980Sthorpej.Bl -tag -width "diskimage/"
364b4b75848Shubertf.It Sy cdrom/
365b1ca666eSsnjCD-ROM images in ISO 9660 format, created as part of
366e38f02c7Sapb.Dq build.sh ... release ...
367bebf49ccSfredbin
368bebf49ccSfredb.Pa src .
369e38f02c7Sapb.Pp
370b53bfce4SsnjImages in this directory are bootable, and contain one a kernel,
371b53bfce4Ssnjinstallation tools, and rescue tools.
372b53bfce4SsnjThey do not contain installation sets, source sets, or
373e38f02c7Sapbother components of a complete release.
374b53bfce4Ssnj.Pp
375b53bfce4Ssnj.Em "Note: These images are only present in the amd64 and i386 distributions."
376b53bfce4Ssnj.Bl -tag -width "boot-com.iso"
377b4b75848Shubertf.It Sy MD5
378b53bfce4Ssnj.It Sy SHA512
379b53bfce4Ssnj.It Sy boot.iso
380b53bfce4SsnjVGA console
381b53bfce4Ssnj.It Sy boot-com.iso
382b53bfce4SsnjSerial console
383b4b75848Shubertf.El
384a5012980Sthorpej.It Sy diskimage/
385b53bfce4Ssnjdisk images, on those platforms that provide them
386b53bfce4Ssnj.Bl -tag -width "diskimage.gz"
387a5012980Sthorpej.It Sy MD5
388b53bfce4Ssnj.It Sy SHA512
389b53bfce4Ssnj.It Sy diskimage.gz
390a5012980Sthorpej.El
391a5012980Sthorpej.It Sy floppy/
392b53bfce4Ssnjfloppy images, on those platforms that provide them
393b53bfce4Ssnj.Bl -tag -width "boot1.fs"
394a5012980Sthorpej.It Sy MD5
395b53bfce4Ssnj.It Sy SHA512
396b53bfce4Ssnj.It Sy boot1.fs
397b53bfce4Ssnj.It Sy boot2.fs
398b53bfce4Ssnj.El
399b53bfce4Ssnj.It Sy instkernel/
400b53bfce4Ssnjinstallation kernels for platforms that can boot them directly
401b53bfce4Ssnj.Bl -tag -width netbsd.gz
402b53bfce4Ssnj.It Sy MD5
403b53bfce4Ssnj.It Sy SHA512
404b53bfce4Ssnj.It Sy netbsd.gz
405a5012980Sthorpej.El
406a5012980Sthorpej.It Sy miniroot/
407b53bfce4Ssnjminiroot images, on those platforms that provide them
408b53bfce4Ssnj.Bl -tag -width "miniroot.fs.gz"
409a5012980Sthorpej.It Sy MD5
410b53bfce4Ssnj.It Sy SHA512
411b53bfce4Ssnj.It Sy miniroot.fs.gz
412a5012980Sthorpej.El
413a5012980Sthorpej.It Sy misc/
414a5012980Sthorpejmiscellaneous installation helper utilities, including boot selectors,
415a5012980Sthorpejfloppy writing software, other software that runs under foreign operating
416a5012980Sthorpejsystems, etc.
417b53bfce4Ssnj.Bl -tag -width "SHA512"
418a5012980Sthorpej.It Sy MD5
419b53bfce4Ssnj.It Sy SHA512
420a5012980Sthorpej.It Sy ...
421a5012980Sthorpej.El
422a5012980Sthorpej.It Sy netboot/
423a5012980Sthorpejnetwork boot programs
424a5012980Sthorpej.Bl -tag -width "netboot.gz"
425a5012980Sthorpej.It Sy MD5
426b53bfce4Ssnj.It Sy SHA512
427a5012980Sthorpej.It Sy netboot.gz
428a5012980Sthorpej.El
429a5012980Sthorpej.It Sy tapeimage/
430b53bfce4Ssnjtape images, on those platforms that provide them
431b53bfce4Ssnj.Bl -tag -width "tapeboot"
432a5012980Sthorpej.It Sy MD5
433b53bfce4Ssnj.It Sy SHA512
434b53bfce4Ssnj.It Sy tapeboot
435a5012980Sthorpej.El
436a5012980Sthorpej.El
437a5012980Sthorpej.El
438fd49b78dSapb.El
439a5012980Sthorpej.Sh SEE ALSO
440a5012980Sthorpej.Xr cksum 1 ,
441b1ca666eSsnj.Xr dd 1 ,
442a5012980Sthorpej.Xr gzip 1 ,
443a5012980Sthorpej.Xr split 1 ,
444a5012980Sthorpej.Xr tar 1
445a5012980Sthorpej.Sh HISTORY
446a5012980SthorpejThe
447a5012980Sthorpej.Nm
448a5012980Sthorpejmanual page first appeared in
449a5012980Sthorpej.Nx 1.3 .
450