Improve the process for GNU tools
[minix3.git] / minix / commands / atnormalize / atnormalize.8
blobf397b59ac42655cf3f8d35c773a40aafd37f904d
1 .\" Based on http://osdir.com/ml/minix3/2010-01/msg00133.html
2 .TH man 8 "13 November 2014" "1.0" "atnormalize man page"
3 .SH NAME
4 atnormalize \- Reset disk drivers to normal settings
6 .SH SYNOPSIS
7 atnormalize
9 .SH DESCRIPTION
10 Resets the disk drivers to their normal settings in case a partitioning tool changes them.
11 Loops over all the disk devices and sends each a DIOCTIMEOUT with an argp of 0
13 .SH EXAMPLES
14 atnormalize 
16 .SH SEE ALSO
17 autopart(8),ioctl(2)
19 .SH AUTHOR
20 Manpage written by Jacob Adams <tookmund@gmail.com>