mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-03 09:44:05 +00:00
file-restore: fix a hyperlink in docs
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
3fe0f8ef4c
commit
40e47aa9cf
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user