s/kervers/kernvers/
[openafs-wiki.git] / devel / HowToBuildOpenAfsRpmPackages.mdwn
index c98070e..fed212d 100644 (file)
@@ -62,7 +62,7 @@ resulting RPMs will be placed in `~/rpmbuild/RPMS`.
 
 ## Method 2: Building from a git checkout
 
-The OpenAFS makefile has a target (make srpm) to build a source RPM (SRPM) from a git
+The OpenAFS makefile has a target (`make srpm`) to build a source RPM (SRPM) from a git
 checkout of a release or pre-release tag.  A downside to this method is the
 release notes and change log provided in the OpenAFS source distribution
 releases are not included in the generated SRPM. This method can also be used
@@ -104,7 +104,7 @@ The OpenAFS spec file provides several options to select which packages are to
 be  built by `rpmbuild` and to enable certain build-time features in the
 binaries. These options are specified as `rpmbuild`  command line arguments.
 
-The `build_userspace` and `build_modules` defines control when the the kernel
+The `build_userspace` and `build_modules` defines control when the kernel
 module packages are to be built. Userspace packages includes all of the
 packages except the kernel module package, including the servers and the
 OpenAFS client Dynamic Kernel Module System (DKMS) package. By default,
@@ -126,7 +126,7 @@ To build only the OpenAFS kernel module for the currently running kernel:
       --define "build_modules 1" \
       openafs-<version>-<release>.src.rpm
 
-Specify the `kervers` option to build kernel modules for specific kernel
+Specify the `kernvers` option to build kernel modules for specific kernel
 versions.  Install `kernel-devel` packages for the versions you wish to build.
 You may need to configure and enable the CentOS Vault "update" repositories for
 older kernel versions.