From 75808db17caf8b960b351e3408e74142f4c85aac Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 15:42:30 +0200 Subject: Adding upstream version 2.117.0. Signed-off-by: Daniel Baumann --- .../combined-manpage/build-spec/debian/install | 1 + .../combined-manpage/build-spec/debian/manpages | 1 + .../manual/combined-manpage/build-spec/fill-values | 3 ++ .../build-spec/orig/bin/mount.cifs | 3 ++ .../build-spec/orig/man/mount.cifs.8 | 59 ++++++++++++++++++++++ .../manual/combined-manpage/eval/desc | 6 +++ .../manual/combined-manpage/eval/hints | 1 + 7 files changed, 74 insertions(+) create mode 100644 t/recipes/checks/documentation/manual/combined-manpage/build-spec/debian/install create mode 100644 t/recipes/checks/documentation/manual/combined-manpage/build-spec/debian/manpages create mode 100644 t/recipes/checks/documentation/manual/combined-manpage/build-spec/fill-values create mode 100755 t/recipes/checks/documentation/manual/combined-manpage/build-spec/orig/bin/mount.cifs create mode 100644 t/recipes/checks/documentation/manual/combined-manpage/build-spec/orig/man/mount.cifs.8 create mode 100644 t/recipes/checks/documentation/manual/combined-manpage/eval/desc create mode 100644 t/recipes/checks/documentation/manual/combined-manpage/eval/hints (limited to 't/recipes/checks/documentation/manual/combined-manpage') diff --git a/t/recipes/checks/documentation/manual/combined-manpage/build-spec/debian/install b/t/recipes/checks/documentation/manual/combined-manpage/build-spec/debian/install new file mode 100644 index 0000000..0fba49e --- /dev/null +++ b/t/recipes/checks/documentation/manual/combined-manpage/build-spec/debian/install @@ -0,0 +1 @@ +bin/* usr/bin/ diff --git a/t/recipes/checks/documentation/manual/combined-manpage/build-spec/debian/manpages b/t/recipes/checks/documentation/manual/combined-manpage/build-spec/debian/manpages new file mode 100644 index 0000000..85c5e00 --- /dev/null +++ b/t/recipes/checks/documentation/manual/combined-manpage/build-spec/debian/manpages @@ -0,0 +1 @@ +man/* diff --git a/t/recipes/checks/documentation/manual/combined-manpage/build-spec/fill-values b/t/recipes/checks/documentation/manual/combined-manpage/build-spec/fill-values new file mode 100644 index 0000000..9abb58a --- /dev/null +++ b/t/recipes/checks/documentation/manual/combined-manpage/build-spec/fill-values @@ -0,0 +1,3 @@ +Testname: combined-manpage +Skeleton: upload-native +Description: Ships a combined manpage covering multiple executables diff --git a/t/recipes/checks/documentation/manual/combined-manpage/build-spec/orig/bin/mount.cifs b/t/recipes/checks/documentation/manual/combined-manpage/build-spec/orig/bin/mount.cifs new file mode 100755 index 0000000..296ef78 --- /dev/null +++ b/t/recipes/checks/documentation/manual/combined-manpage/build-spec/orig/bin/mount.cifs @@ -0,0 +1,3 @@ +#!/bin/sh + +true diff --git a/t/recipes/checks/documentation/manual/combined-manpage/build-spec/orig/man/mount.cifs.8 b/t/recipes/checks/documentation/manual/combined-manpage/build-spec/orig/man/mount.cifs.8 new file mode 100644 index 0000000..211f883 --- /dev/null +++ b/t/recipes/checks/documentation/manual/combined-manpage/build-spec/orig/man/mount.cifs.8 @@ -0,0 +1,59 @@ +.\" Man page generated from reStructuredText. +. +.TH MOUNT.CIFS, MOUNT.SMB3 8 "" "" "" +.SH NAME +mount.cifs, mount.smb3 \- mount using the Common Internet File System (CIFS) +. +.nr rst2man-indent-level 0 +. +.de1 rstReportMargin +\\$1 \\n[an-margin] +level \\n[rst2man-indent-level] +level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] +- +\\n[rst2man-indent0] +\\n[rst2man-indent1] +\\n[rst2man-indent2] +.. +.de1 INDENT +.\" .rstReportMargin pre: +. RS \\$1 +. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] +. nr rst2man-indent-level +1 +.\" .rstReportMargin post: +.. +.de UNINDENT +. RE +.\" indent \\n[an-margin] +.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] +.nr rst2man-indent-level -1 +.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] +.in \\n[rst2man-indent\\n[rst2man-indent-level]]u +.. +.SH SYNOPSIS +.sp +This man page was abbreviated for the Lintian test suite. +.sp +\fBmount.cifs\fP mounts a CIFS or SMB3 filesystem from Linux. It is +usually invoked indirectly by the mount(8) command when using the "\-t cifs" +option. This command only works in Linux, and the kernel must support +the cifs filesystem. The SMB3 protocol is the successor to the CIFS (SMB) +protocol and is supported by most Windows servers, Azure (cloud storage), +Macs and many other commercial servers and Network Attached Storage +appliances as well as by the popular Open Source server Samba. +.SH SEE ALSO +.sp +cifs.upcall(8), getcifsacl(1), setcifsacl(1) +.sp +\fIDocumentation/filesystems/cifs.txt\fP and \fIfs/cifs/README\fP in the +Linux kernel source tree may contain additional options and +information. +.SH AUTHOR +.sp +Steve French +.sp +The maintainer of the Linux cifs vfs is Steve French. The maintainer of the +cifs\-utils suite of user space tools is Pavel Shilovsky. The Linux CIFS Mailing +list is the preferred place to ask questions regarding these programs. +.\" Generated by docutils manpage writer. +. diff --git a/t/recipes/checks/documentation/manual/combined-manpage/eval/desc b/t/recipes/checks/documentation/manual/combined-manpage/eval/desc new file mode 100644 index 0000000..94abd52 --- /dev/null +++ b/t/recipes/checks/documentation/manual/combined-manpage/eval/desc @@ -0,0 +1,6 @@ +Testname: combined-manpage +Check: documentation/manual +Test-Against: + wrong-manual-section +See-Also: + Bug#962601 diff --git a/t/recipes/checks/documentation/manual/combined-manpage/eval/hints b/t/recipes/checks/documentation/manual/combined-manpage/eval/hints new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/t/recipes/checks/documentation/manual/combined-manpage/eval/hints @@ -0,0 +1 @@ + -- cgit v1.2.3