From 40e47aa9cfbb818b9ce610ceabeb44a053564440 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 30 Jun 2022 10:16:03 +0200 Subject: [PATCH] file-restore: fix a hyperlink in docs Signed-off-by: Wolfgang Bumiller --- proxmox-file-restore/src/cpio.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};