Fix man pages

This commit is contained in:
Jeremy Soller
2017-10-14 08:49:19 -06:00
parent 1f9042f47c
commit 28d097dbf3
5 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ OPTIONS
AUTHOR
Written by Jeremy Soller.
"#;
"#; /* @MANEND */
const HELP_INFO: &'static str = "Try getty --help for more information.\n";
const DEFAULT_COLS: u32 = 80;
+2 -1
View File
@@ -37,7 +37,8 @@ OPTIONS
AUTHOR
Written by Jeremy Soller.
"#;
"#; /* @MANEND */
const ISSUE_FILE: &'static str = "/etc/issue";
const MOTD_FILE: &'static str = "/etc/motd";
const PASSWD_FILE: &'static str = "/etc/passwd";
+2 -1
View File
@@ -39,7 +39,8 @@ OPTIONS
AUTHOR
Written by Jeremy Soller.
"#;
"#; /* @MANEND */
const PASSWD_FILE: &'static str = "/etc/passwd";
fn main() {
+2 -1
View File
@@ -38,7 +38,8 @@ OPTIONS
AUTHOR
Written by Jeremy Soller.
"#;
"#; /* @MANEND */
const PASSWD_FILE: &'static str = "/etc/passwd";
pub fn main() {
+1 -1
View File
@@ -38,7 +38,7 @@ EXIT STATUS
AUTHOR
Written by Jeremy Soller.
"#;
"#; /* @MANEND */
pub fn main() {
let stdin = io::stdin();