summaryrefslogtreecommitdiff
path: root/sbin/mount
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-02-28 23:42:47 +0000
committerWarner Losh <imp@FreeBSD.org>2017-02-28 23:42:47 +0000
commitfbbd9655e5107c68e4e0146ff22b73d7350475bc (patch)
treec68b7d4e6c82fd26ce5f831625ef6e971ad98e9c /sbin/mount
parent08c22689e662f3091ba410c950367f0769c92995 (diff)
downloadsrc-test2-fbbd9655e5107c68e4e0146ff22b73d7350475bc.tar.gz
src-test2-fbbd9655e5107c68e4e0146ff22b73d7350475bc.zip
Notes
Diffstat (limited to 'sbin/mount')
-rw-r--r--sbin/mount/getmntopts.32
-rw-r--r--sbin/mount/getmntopts.c2
-rw-r--r--sbin/mount/mntopts.h2
-rw-r--r--sbin/mount/mount.82
-rw-r--r--sbin/mount/mount.c2
-rw-r--r--sbin/mount/mount_fs.c2
-rw-r--r--sbin/mount/pathnames.h2
-rw-r--r--sbin/mount/vfslist.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/sbin/mount/getmntopts.3 b/sbin/mount/getmntopts.3
index 48c69404572b..b87956d051b7 100644
--- a/sbin/mount/getmntopts.3
+++ b/sbin/mount/getmntopts.3
@@ -9,7 +9,7 @@
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
.\" may be used to endorse or promote products derived from this software
.\" without specific prior written permission.
.\"
diff --git a/sbin/mount/getmntopts.c b/sbin/mount/getmntopts.c
index 59a383ebe5f0..8fd0f96296c7 100644
--- a/sbin/mount/getmntopts.c
+++ b/sbin/mount/getmntopts.c
@@ -10,7 +10,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
diff --git a/sbin/mount/mntopts.h b/sbin/mount/mntopts.h
index 4cb83f15e6e5..d9f0f1e5eec1 100644
--- a/sbin/mount/mntopts.h
+++ b/sbin/mount/mntopts.h
@@ -10,7 +10,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index 4c07ab284b26..839d219995ab 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -9,7 +9,7 @@
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
.\" may be used to endorse or promote products derived from this software
.\" without specific prior written permission.
.\"
diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c
index b33d9a3f71ef..374e32a9aa5a 100644
--- a/sbin/mount/mount.c
+++ b/sbin/mount/mount.c
@@ -10,7 +10,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
diff --git a/sbin/mount/mount_fs.c b/sbin/mount/mount_fs.c
index 385cd0fb5637..9ac2d43f3ebe 100644
--- a/sbin/mount/mount_fs.c
+++ b/sbin/mount/mount_fs.c
@@ -13,7 +13,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
diff --git a/sbin/mount/pathnames.h b/sbin/mount/pathnames.h
index aaa0a2c10e1e..f2a2b7fb8150 100644
--- a/sbin/mount/pathnames.h
+++ b/sbin/mount/pathnames.h
@@ -10,7 +10,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
diff --git a/sbin/mount/vfslist.c b/sbin/mount/vfslist.c
index fa5fdf6d9540..8acddc28e5be 100644
--- a/sbin/mount/vfslist.c
+++ b/sbin/mount/vfslist.c
@@ -10,7 +10,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*