diff options
author | Jonathan Corbet <corbet@lwn.net> | 2016-09-20 20:46:36 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-09-20 20:46:36 -0400 |
commit | 1b49ecf2f3be358882bb97652ba50ae808c0ba8f (patch) | |
tree | 76c5b95e614cfa79aac5b60e2d43259a28ed9351 /Documentation/Changes | |
parent | 7a71a8095bcfb33d0798365465699c6db545b914 (diff) |
docs: Clean up bare :: lines
Mauro's patch set introduced some bare :: lines; these can be represented
by a double colon at the end of the preceding text line. The result looks
a little less weird and is less verbose.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/Changes')
-rw-r--r-- | Documentation/Changes | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/Documentation/Changes b/Documentation/Changes index 754cd50c1bc6..22797a15dc24 100644 --- a/Documentation/Changes +++ b/Documentation/Changes | |||
@@ -212,9 +212,7 @@ Intel IA32 microcode | |||
212 | 212 | ||
213 | A driver has been added to allow updating of Intel IA32 microcode, | 213 | A driver has been added to allow updating of Intel IA32 microcode, |
214 | accessible as a normal (misc) character device. If you are not using | 214 | accessible as a normal (misc) character device. If you are not using |
215 | udev you may need to: | 215 | udev you may need to:: |
216 | |||
217 | :: | ||
218 | 216 | ||
219 | mkdir /dev/cpu | 217 | mkdir /dev/cpu |
220 | mknod /dev/cpu/microcode c 10 184 | 218 | mknod /dev/cpu/microcode c 10 184 |
@@ -260,9 +258,7 @@ enable it to operate over diverse media layers. If you use PPP, | |||
260 | upgrade pppd to at least 2.4.0. | 258 | upgrade pppd to at least 2.4.0. |
261 | 259 | ||
262 | If you are not using udev, you must have the device file /dev/ppp | 260 | If you are not using udev, you must have the device file /dev/ppp |
263 | which can be made by: | 261 | which can be made by:: |
264 | |||
265 | :: | ||
266 | 262 | ||
267 | mknod /dev/ppp c 108 0 | 263 | mknod /dev/ppp c 108 0 |
268 | 264 | ||
@@ -294,9 +290,7 @@ appropriate export information to the kernel. This removes the | |||
294 | dependency on ``rmtab`` and means that the kernel only needs to know about | 290 | dependency on ``rmtab`` and means that the kernel only needs to know about |
295 | currently active clients. | 291 | currently active clients. |
296 | 292 | ||
297 | To enable this new functionality, you need to: | 293 | To enable this new functionality, you need to:: |
298 | |||
299 | :: | ||
300 | 294 | ||
301 | mount -t nfsd nfsd /proc/fs/nfsd | 295 | mount -t nfsd nfsd /proc/fs/nfsd |
302 | 296 | ||