diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-03-26 19:30:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-03-26 19:30:42 +0000 |
commit | 0e101a71f9c747c1bf5f853b2faba8c94458bab9 (patch) | |
tree | b1f8223f0d93941122cb0666f5713cfccbf9a879 /usr.sbin/rpc.bootparamd/bootparams.5 | |
parent | a5a79a7af92e40132a0b0e09c9fc0eaa57985b9c (diff) |
dispense with some wacky escape sequences;
Diffstat (limited to 'usr.sbin/rpc.bootparamd/bootparams.5')
-rw-r--r-- | usr.sbin/rpc.bootparamd/bootparams.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/rpc.bootparamd/bootparams.5 b/usr.sbin/rpc.bootparamd/bootparams.5 index 81e6a2d5151..5acccba820c 100644 --- a/usr.sbin/rpc.bootparamd/bootparams.5 +++ b/usr.sbin/rpc.bootparamd/bootparams.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bootparams.5,v 1.9 2007/05/31 19:20:28 jmc Exp $ +.\" $OpenBSD: bootparams.5,v 1.10 2010/03/26 19:30:40 jmc Exp $ .\" .\" Copyright (c) 1994 Gordon W. Ross .\" All rights reserved. @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: March 26 2010 $ .Dt BOOTPARAMS 5 .Os .Sh NAME @@ -56,8 +56,8 @@ and may be continued onto multiple lines with a backslash. .Pp For example: .Bd -literal -offset indent -client root=server:/export/client/root \\ - swap=server:/export/client/swap \\ +client root=server:/export/client/root \e + swap=server:/export/client/swap \e dump=server:/export/client/swap .Ed .Pp |