summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--initramfs-tools.82
-rw-r--r--initramfs.conf.52
-rw-r--r--lsinitramfs.82
-rw-r--r--mkinitramfs.84
-rw-r--r--update-initramfs.82
-rw-r--r--update-initramfs.conf.52
6 files changed, 7 insertions, 7 deletions
diff --git a/initramfs-tools.8 b/initramfs-tools.8
index 489fa69..3809485 100644
--- a/initramfs-tools.8
+++ b/initramfs-tools.8
@@ -50,7 +50,7 @@ Use root=/dev/nfs for NFS to kick to in. NFSOPTS can be looked up in
.TP
\fB\fI ip
-tells how to configure the ip address. Allows to specify an different
+tells how to configure the ip address. Allows one to specify an different
NFS server than the DHCP server. See Documentation/filesystems/nfsroot.txt
in any recent Linux source for details. Optional parameter for NFS root.
diff --git a/initramfs.conf.5 b/initramfs.conf.5
index 72ec0a8..dc3d923 100644
--- a/initramfs.conf.5
+++ b/initramfs.conf.5
@@ -71,7 +71,7 @@ Useful to not disclose eventual keys.
.SH NFS VARIABLES
.TP
\fB BOOT
-Allows to use an nfs drive as the root of the drive.
+Allows one to use an nfs drive as the root of the drive.
The default is to boot from \fIlocal\fP media (hard drive, USB stick).
Set to \fInfs\fP for an NFS root share.
diff --git a/lsinitramfs.8 b/lsinitramfs.8
index d802c76..b07ddeb 100644
--- a/lsinitramfs.8
+++ b/lsinitramfs.8
@@ -11,7 +11,7 @@ lsinitramfs \- list content of an initramfs image
.SH DESCRIPTION
The
.B lsinitramfs
-command lists the content of given initramfs images. It allows to quickly check
+command lists the content of given initramfs images. It allows one to quickly check
the content of one (or multiple) specified initramfs files.
.SH OPTIONS
diff --git a/mkinitramfs.8 b/mkinitramfs.8
index 49db6c8..fa2083b 100644
--- a/mkinitramfs.8
+++ b/mkinitramfs.8
@@ -121,8 +121,8 @@ which is described in
.TP
.I /etc/initramfs-tools/conf.d
-The conf.d directory allows to hardcode bootargs at initramfs build time
-via config snippets. This allows to set ROOT or RESUME.
+The conf.d directory allows one to hardcode bootargs at initramfs build time
+via config snippets. This allows one to set ROOT or RESUME.
This is especially useful for bootloaders, which do not pass an root bootarg.
.TP
diff --git a/update-initramfs.8 b/update-initramfs.8
index bf5080b..8bf5662 100644
--- a/update-initramfs.8
+++ b/update-initramfs.8
@@ -54,7 +54,7 @@ This mode removes an existing initramfs.
.TP
\fB \-t
-Allows to take over an custom initramfs with a newer one.
+Allows one to take over an custom initramfs with a newer one.
.TP
\fB \-v
diff --git a/update-initramfs.conf.5 b/update-initramfs.conf.5
index 525cd64..bd41132 100644
--- a/update-initramfs.conf.5
+++ b/update-initramfs.conf.5
@@ -4,7 +4,7 @@
update-initramfs.conf \- configuration file for update-initramfs
.SH DESCRIPTION
-The configuration file allows to disable the update action from
+The configuration file allows one to disable the update action from
.B update-initramfs.
.SH GENERAL VARIABLES