Fix man pages
This commit is contained in:
+1
-1
@@ -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
@@ -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
@@ -39,7 +39,8 @@ OPTIONS
|
||||
|
||||
AUTHOR
|
||||
Written by Jeremy Soller.
|
||||
"#;
|
||||
"#; /* @MANEND */
|
||||
|
||||
const PASSWD_FILE: &'static str = "/etc/passwd";
|
||||
|
||||
fn main() {
|
||||
|
||||
+2
-1
@@ -38,7 +38,8 @@ OPTIONS
|
||||
|
||||
AUTHOR
|
||||
Written by Jeremy Soller.
|
||||
"#;
|
||||
"#; /* @MANEND */
|
||||
|
||||
const PASSWD_FILE: &'static str = "/etc/passwd";
|
||||
|
||||
pub fn main() {
|
||||
|
||||
+1
-1
@@ -38,7 +38,7 @@ EXIT STATUS
|
||||
|
||||
AUTHOR
|
||||
Written by Jeremy Soller.
|
||||
"#;
|
||||
"#; /* @MANEND */
|
||||
|
||||
pub fn main() {
|
||||
let stdin = io::stdin();
|
||||
|
||||
Reference in New Issue
Block a user