file-restore: fix a hyperlink in docs

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-06-30 10:16:03 +02:00
parent 3fe0f8ef4c
commit 40e47aa9cf

View File

@ -1,6 +1,6 @@
//! Provides a very basic "newc" format cpio encoder.
//! See 'man 5 cpio' for format details, as well as:
//! https://www.kernel.org/doc/html/latest/driver-api/early-userspace/buffer-format.html
//! <https://www.kernel.org/doc/html/latest/driver-api/early-userspace/buffer-format.html>
//! This does not provide full support for the format, only what is needed to include files in an
//! initramfs intended for a linux kernel.
use std::ffi::{CStr, CString};