Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
372f2f37
Commit
372f2f37
authored
Mar 16, 2002
by
Niels Möller
Browse files
Comment fixes.
Rev: src/userauth.h:1.33
parent
f60663ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/userauth.h
View file @
372f2f37
...
...
@@ -82,7 +82,7 @@ struct spawn_info
/* {in|out|err}[0] is for reading,
* {in|out|err}[1] for writing. */
/* Negative values for the child fd:smeans that the slave tty should
/* Negative values for the child fd:s
means that the slave tty should
* be used. */
int
in
[
2
];
int
out
[
2
];
int
err
[
2
];
...
...
@@ -129,6 +129,8 @@ struct spawn_info
; chdir to the user's home directory
(chdir_home method int)
; Spawns a user process executing the user's login shell.
; Also closes the appropriate fd:s in info.
(spawn method "struct lsh_process *"
"struct spawn_info *info"
"struct exit_callback *c")
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment