diff --git a/proxmox-file-restore/src/cpio.rs b/proxmox-file-restore/src/cpio.rs index d645f761..b798c022 100644 --- a/proxmox-file-restore/src/cpio.rs +++ b/proxmox-file-restore/src/cpio.rs @@ -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 +//! //! 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};