diff --git a/distrib/sets/lists/minix/mi b/distrib/sets/lists/minix/mi index 98de10b36..51917725a 100644 --- a/distrib/sets/lists/minix/mi +++ b/distrib/sets/lists/minix/mi @@ -2384,6 +2384,7 @@ ./usr/man/man1/cut.1 minix-sys ./usr/man/man1/date.1 minix-sys ./usr/man/man1/dd.1 minix-sys +./usr/man/man1/decomp16.1 minix-sys ./usr/man/man1/deroff.1 minix-sys ./usr/man/man1/df.1 minix-sys ./usr/man/man1/dhrystone.1 minix-sys @@ -5193,6 +5194,8 @@ ./usr/man/man8 minix-sys ./usr/man/man8/add_route.8 minix-sys ./usr/man/man8/adduser.8 minix-sys +./usr/man/man8/atnormalize.8 minix-sys +./usr/man/man8/autopart.8 minix-sys ./usr/man/man8/backup.8 minix-sys ./usr/man/man8/boot.8 minix-sys ./usr/man/man8/btrace.8 minix-sys @@ -5202,6 +5205,7 @@ ./usr/man/man8/cleantmp.8 minix-sys ./usr/man/man8/config.8 minix-sys ./usr/man/man8/cron.8 minix-sys +./usr/man/man8/devsize.8 minix-sys ./usr/man/man8/dhcpd.8 minix-sys ./usr/man/man8/diskctl.8 minix-sys ./usr/man/man8/fbdctl.8 minix-sys @@ -5249,11 +5253,13 @@ ./usr/man/man8/pwdauth.8 minix-sys ./usr/man/man8/pwd_mkdb.8 minix-sys ./usr/man/man8/rarpd.8 minix-sys +./usr/man/man8/rawspeed.8 minix-sys ./usr/man/man8/rdate.8 minix-sys ./usr/man/man8/readclock.8 minix-sys ./usr/man/man8/reboot.8 minix-sys ./usr/man/man8/renice.8 minix-sys ./usr/man/man8/repartition.8 minix-sys +./usr/man/man8/rotate.8 minix-sys ./usr/man/man8/rshd.8 minix-sys ./usr/man/man8/screendump.8 minix-sys ./usr/man/man8/serial-ip.8 minix-sys @@ -5271,6 +5277,8 @@ ./usr/man/man8/unlink.8 minix-sys ./usr/man/man8/unstr.8 minix-sys ./usr/man/man8/update.8 minix-sys +./usr/man/man8/updateboot.8 minix-sys +./usr/man/man8/update_bootcfg.8 minix-sys ./usr/man/man8/usage.8 minix-sys ./usr/man/man8/user.8 minix-sys ./usr/man/man8/useradd.8 minix-sys diff --git a/minix/commands/atnormalize/Makefile b/minix/commands/atnormalize/Makefile index 4b4b9bba4..bb8d4f987 100644 --- a/minix/commands/atnormalize/Makefile +++ b/minix/commands/atnormalize/Makefile @@ -1,4 +1,4 @@ PROG= atnormalize -MAN= +MAN= atnormalize.8 .include diff --git a/minix/commands/atnormalize/atnormalize.8 b/minix/commands/atnormalize/atnormalize.8 new file mode 100644 index 000000000..f397b59ac --- /dev/null +++ b/minix/commands/atnormalize/atnormalize.8 @@ -0,0 +1,20 @@ +.\" Based on http://osdir.com/ml/minix3/2010-01/msg00133.html +.TH man 8 "13 November 2014" "1.0" "atnormalize man page" +.SH NAME +atnormalize \- Reset disk drivers to normal settings + +.SH SYNOPSIS +atnormalize + +.SH DESCRIPTION +Resets the disk drivers to their normal settings in case a partitioning tool changes them. +Loops over all the disk devices and sends each a DIOCTIMEOUT with an argp of 0 + +.SH EXAMPLES +atnormalize + +.SH SEE ALSO +autopart(8),ioctl(2) + +.SH AUTHOR +Manpage written by Jacob Adams diff --git a/minix/commands/autopart/Makefile b/minix/commands/autopart/Makefile index 37ab9a324..e4fdd7a00 100644 --- a/minix/commands/autopart/Makefile +++ b/minix/commands/autopart/Makefile @@ -1,4 +1,4 @@ PROG= autopart -MAN= +MAN= autopart.8 .include diff --git a/minix/commands/autopart/autopart.8 b/minix/commands/autopart/autopart.8 new file mode 100644 index 000000000..106f360bb --- /dev/null +++ b/minix/commands/autopart/autopart.8 @@ -0,0 +1,20 @@ +.TH man 8 "13 November 2014" "1.0" "autopart man page" +.SH NAME +autopart \- Partition a hard disk for Minix installation + +.SH SYNOPSIS +autopart + +.SH DESCRIPTION +This tool is used as the third step in the install process. +It is not intended for use as a partitioning tool +Use part(8) instead. + +.SH EXAMPLES +autopart + +.SH SEE ALSO +part(8) + +.SH AUTHOR +Manpage written by Jacob Adams diff --git a/minix/commands/decomp16/Makefile b/minix/commands/decomp16/Makefile index 70f4d3cd9..de671e114 100644 --- a/minix/commands/decomp16/Makefile +++ b/minix/commands/decomp16/Makefile @@ -1,4 +1,3 @@ PROG= decomp16 -MAN= .include diff --git a/minix/commands/decomp16/decomp16.1 b/minix/commands/decomp16/decomp16.1 new file mode 100644 index 000000000..18dbee4e1 --- /dev/null +++ b/minix/commands/decomp16/decomp16.1 @@ -0,0 +1,55 @@ +.TH man 1 "14 November 2014" "1.0" "decomp16 man page" +.PD 0 +.SH NAME +decomp16 \- decompress 16bit compressed files on a 16bit Intel processor + +.SH SYNOPSIS +decomp16 [-#] [in] [out] + +.SH OPTIONS +.IP -# +If given a switch -#, where # is a digit from 0 to 4 (example: -2), the +program will run as that copy, reading from stdin and writing to stdout. +This allows decompressing with very limited RAM because only one of the +five passes is in memory at a time. + +.IP in +File to decompress + +.IP out +File to output decompressed data to + +.SH DESCRIPTION +decompresses files compressed with compress(1) +This program works by forking four more copies of itself. The five +programs form a pipeline. Copy 0 writes to stdout, and forks copy 1 +to supply its input, which in turn forks and reads from copy 2, etc. +The arguments -0 to -4 run only the corresponding pass. +.P +Thus: +.P +decomp16 -4 < compressed_file > 3; +.P +decomp16 -3 < 3 > 2; +.P +decomp16 -2 < 2 > 1; +.P +decomp16 -1 < 1 > 0; +.P +decomp16 -0 < 0 > decompressed_file +.P +will also work, as will connecting the passes by explicit pipes if +there is enough memory to do so. + +.SH EXAMPLES +.P +decomp16 comp_file decomp_file # Decompresses comp_file to decomp_file. +.P +decomp16 < comp_file > decomp_file # Same as above but with output redirects. + + +.SH SEE ALSO +compress(1) + +.SH AUTHOR +Manpage written by Jacob Adams diff --git a/minix/commands/devsize/Makefile b/minix/commands/devsize/Makefile index e7f0eeefe..785d7b269 100644 --- a/minix/commands/devsize/Makefile +++ b/minix/commands/devsize/Makefile @@ -1,4 +1,4 @@ PROG= devsize -MAN= +MAN= devsize.8 .include diff --git a/minix/commands/devsize/devsize.8 b/minix/commands/devsize/devsize.8 new file mode 100644 index 000000000..56932234f --- /dev/null +++ b/minix/commands/devsize/devsize.8 @@ -0,0 +1,18 @@ +.TH man 8 "14 November 2014" "1.0" "devsize man page" +.SH NAME +devsize \- Prints size of device + +.SH SYNOPSIS +devsize + +.SH DESCRIPTION +Prints block size of device + +.SH EXAMPLES +devsize /dev/c0d1 + +.SH SEE ALSO +ioctl(2),part(8) + +.SH AUTHOR +Manpage written by Jacob Adams diff --git a/minix/commands/rawspeed/Makefile b/minix/commands/rawspeed/Makefile index 3d75a42df..a8fca19f9 100644 --- a/minix/commands/rawspeed/Makefile +++ b/minix/commands/rawspeed/Makefile @@ -1,4 +1,4 @@ PROG= rawspeed -MAN= +MAN= rawspeed.8 .include diff --git a/minix/commands/rawspeed/rawspeed.8 b/minix/commands/rawspeed/rawspeed.8 new file mode 100644 index 000000000..160d08ef2 --- /dev/null +++ b/minix/commands/rawspeed/rawspeed.8 @@ -0,0 +1,30 @@ +.TH man 8 "14 November 2014" "1.0" "rawspeed man page" +.SH NAME +rawspeed \- Measure speed of a device + +.SH SYNOPSIS +rawspeed [-u unit] [-m max] [-t seconds] [-c] [-r limit] device +.SH OPTIONS +.IP -u +best sector multiple (default 2) + +.IP -m +read multiples of unit upto 'max' + +.IP -t +time to run test (default 10) + +.IP -c +cache test: rewind after each read or write of max size + +.IP -r +random seeks upto sector 'limit' before reading or writing + +.SH DESCRIPTION +Measures the speed of a given device. + +.SH EXAMPLES +rawspeed /dev/c0d1 + +.SH AUTHOR +Manpage written by Jacob Adams diff --git a/minix/commands/rotate/Makefile b/minix/commands/rotate/Makefile index b59ba3e5f..9660c4b53 100644 --- a/minix/commands/rotate/Makefile +++ b/minix/commands/rotate/Makefile @@ -1,4 +1,4 @@ -SCRIPTS= rotate.sh -MAN= +SCRIPTS= rotate.sh +MAN= rotate.8 .include diff --git a/minix/commands/rotate/rotate.8 b/minix/commands/rotate/rotate.8 new file mode 100644 index 000000000..6fb18c170 --- /dev/null +++ b/minix/commands/rotate/rotate.8 @@ -0,0 +1,13 @@ +.TH man 8 "14 November 2014" "1.0" "rotate man page" +.SH NAME +rotate \- rotate logs +.SH SYNOPSIS +rotate +.SH DESCRIPTION +Rotate logs +.SH EXAMPLES + +.SH SEE ALSO + +.SH AUTHOR +Manpage written by Jacob Adams diff --git a/minix/commands/update_bootcfg/Makefile b/minix/commands/update_bootcfg/Makefile index 1583e49ef..9c75de208 100644 --- a/minix/commands/update_bootcfg/Makefile +++ b/minix/commands/update_bootcfg/Makefile @@ -1,5 +1,5 @@ -SCRIPTS= update_bootcfg.sh -BINDIR= /bin -MAN= +SCRIPTS= update_bootcfg.sh +MAN= update_bootcfg.8 +BINDIR= /bin .include diff --git a/minix/commands/update_bootcfg/update_bootcfg.8 b/minix/commands/update_bootcfg/update_bootcfg.8 new file mode 100644 index 000000000..c9a32000f --- /dev/null +++ b/minix/commands/update_bootcfg/update_bootcfg.8 @@ -0,0 +1,18 @@ +.TH man 8 "14 November 2014" "1.0" "update_bootcfg man page" +.SH NAME +update_bootcfg \- Update /boot.cfg + +.SH SYNOPSIS +update_bootcfg + +.SH DESCRIPTION +Updates /boot.cfg from /etc/boot.cfg.default and /etc/boot.cfg.local + +.SH EXAMPLES +update_bootcfg + +.SH SEE ALSO +boot.cfg(5) + +.SH AUTHOR +Manpage written by Jacob Adams diff --git a/minix/commands/updateboot/Makefile b/minix/commands/updateboot/Makefile index 81200bda1..e10395aba 100644 --- a/minix/commands/updateboot/Makefile +++ b/minix/commands/updateboot/Makefile @@ -1,5 +1,5 @@ -SCRIPTS= updateboot.sh -BINDIR= /bin -MAN= +SCRIPTS= updateboot.sh +MAN= updateboot.8 +BINDIR= /bin .include diff --git a/minix/commands/updateboot/updateboot.8 b/minix/commands/updateboot/updateboot.8 new file mode 100644 index 000000000..94f4f2150 --- /dev/null +++ b/minix/commands/updateboot/updateboot.8 @@ -0,0 +1,19 @@ +.TH man 8 "date" "1.0" "updateboot man page" +.SH NAME +updateboot \- Update boot monitor and bootstrap program + +.SH SYNOPSIS +updateboot + +.SH DESCRIPTION +Copies bootmonitor from /usr/mdec to /. +Installs bootstrap program bootxx_minixfs3 onto root device with installboot_nbsd + +.SH EXAMPLES +updateboot + +.SH SEE ALSO +updateboot_cfg(8) + +.SH AUTHOR +Manpage written by Jacob Adams