diff options
author | 2005-12-30 16:50:17 +0000 | |
---|---|---|
committer | 2005-12-30 16:50:17 +0000 | |
commit | 453b073b1c7ff2175e9f04c60c35d1c6573d0775 (patch) | |
tree | 69fc2be156f26d38ac786c92499d2323b4d03a3c | |
parent | - simplify an unecessary if/else construct in rcs_open() (diff) | |
download | wireguard-openbsd-453b073b1c7ff2175e9f04c60c35d1c6573d0775.tar.xz wireguard-openbsd-453b073b1c7ff2175e9f04c60c35d1c6573d0775.zip |
do not use .Pp before displays;
-rw-r--r-- | usr.bin/units/units.1 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/units/units.1 b/usr.bin/units/units.1 index 231614fafd9..038fe7fc0ff 100644 --- a/usr.bin/units/units.1 +++ b/usr.bin/units/units.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: units.1,v 1.17 2005/12/30 16:48:01 jmc Exp $ +.\" $OpenBSD: units.1,v 1.18 2005/12/30 16:50:17 jmc Exp $ .\" converted to new format by deraadt@openbsd.org .\" .\" Copyright (c) 1993 by Adrian Mariano (adrian@cam.cornell.edu) @@ -41,7 +41,6 @@ It cannot convert Celsius to Fahrenheit, for example. It also does not handle logarithmic units such as bels. It works interactively by prompting the user for input: -.Pp .Bd -literal -offset indent You have: meters You want: feet @@ -57,7 +56,6 @@ You want: gallons The .Nm program can handle numbers as well: -.Pp .Bd -literal -offset indent You have: 60 miles/hr You want: km/hr @@ -109,7 +107,6 @@ or If the user enters incompatible unit types, the units program will print a message indicating that the units are not conformable and it will display the reduced form for each unit: -.Pp .Bd -literal -offset indent You have: ergs/hour You want: fathoms kg^2 / day |