Commit ffd59dac authored by Jesper Juhl's avatar Jesper Juhl Committed by Adrian Bunk

Tiny esthetic changes to Documentation/laptop-mode.txt

Here's a tiny patch making a few esthetic changes to
Documentation/laptop-mode.txt
To me this patch makes sense, but feel free to disagree, I don't feel
strongly about it at all.

It changes a single URL to its strictly correct form (directories should
end in /), and it makes the arguments to main in an included example
program follow convention and be named argc and argv.
Signed-off-by: default avatarJesper Juhl <juhl-lkml@dif.dk>
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent 210bb956
...@@ -3,7 +3,7 @@ How to conserve battery power using laptop-mode ...@@ -3,7 +3,7 @@ How to conserve battery power using laptop-mode
Document Author: Bart Samwel (bart@samwel.tk) Document Author: Bart Samwel (bart@samwel.tk)
Date created: January 2, 2004 Date created: January 2, 2004
Last modified: July 10, 2004 Last modified: December 06, 2004
Introduction Introduction
------------ ------------
...@@ -33,7 +33,7 @@ or anything. Simply install all the files included in this document, and ...@@ -33,7 +33,7 @@ or anything. Simply install all the files included in this document, and
laptop mode will automatically be started when you're on battery. For laptop mode will automatically be started when you're on battery. For
your convenience, a tarball containing an installer can be downloaded at: your convenience, a tarball containing an installer can be downloaded at:
http://www.xs4all.nl/~bsamwel/laptop_mode/tools http://www.xs4all.nl/~bsamwel/laptop_mode/tools/
To configure laptop mode, you need to edit the configuration file, which is To configure laptop mode, you need to edit the configuration file, which is
located in /etc/default/laptop-mode on Debian-based systems, or in located in /etc/default/laptop-mode on Debian-based systems, or in
...@@ -912,7 +912,7 @@ void usage() ...@@ -912,7 +912,7 @@ void usage()
exit(0); exit(0);
} }
int main(int ac, char **av) int main(int argc, char **argv)
{ {
int fd; int fd;
char *disk = 0; char *disk = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment