mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-14 22:45:38 +08:00
Clean up a few more comments
This commit is contained in:
parent
f733553ac8
commit
fb700ca50d
@ -349,12 +349,12 @@ pub struct IoBufferfill {
|
||||
buffer: Arc<IoBuffer>,
|
||||
}
|
||||
impl IoBufferfill {
|
||||
/// Create an io_bufferfill_t which, when written from, fills a buffer with the contents.
|
||||
/// Create an IoBufferfill which, when written from, fills a buffer with the contents.
|
||||
/// Returns an error on failure, e.g. too many open fds.
|
||||
pub fn create() -> io::Result<Arc<IoBufferfill>> {
|
||||
Self::create_opts(0, STDOUT_FILENO)
|
||||
}
|
||||
/// Create an io_bufferfill_t which, when written from, fills a buffer with the contents.
|
||||
/// Create an IoBufferfill which, when written from, fills a buffer with the contents.
|
||||
/// Returns an error on failure, e.g. too many open fds.
|
||||
///
|
||||
/// \param target the fd which this will be dup2'd to - typically stdout.
|
||||
|
Loading…
x
Reference in New Issue
Block a user