Module Name:    src
Committed By:   uwe
Date:           Fri Mar 16 23:36:13 UTC 2018

Modified Files:
        src/bin/sh: sh.1

Log Message:
Use .Bd -literal for code example.


To generate a diff of this commit:
cvs rdiff -u -r1.196 -r1.197 src/bin/sh/sh.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/sh/sh.1
diff -u src/bin/sh/sh.1:1.196 src/bin/sh/sh.1:1.197
--- src/bin/sh/sh.1:1.196	Fri Mar 16 12:06:18 2018
+++ src/bin/sh/sh.1	Fri Mar 16 23:36:13 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sh.1,v 1.196 2018/03/16 12:06:18 kre Exp $
+.\"	$NetBSD: sh.1,v 1.197 2018/03/16 23:36:13 uwe Exp $
 .\" Copyright (c) 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
 .\"
@@ -176,18 +176,12 @@ and
 .Dq Ic esac
 below (these commands are described later):
 .Pp
-.Bl -item -compact -offset indent
-.It
-.Li case $- in *i*)
-.Bl -item -compact -offset indent
-.It
-.Li # commands for interactive use only
-.It
-.Li ...
-.El
-.It
-.Li esac
-.El
+.Bd -literal -offset indent
+case $- in *i*)
+        # commands for interactive use only
+        ...
+esac
+.Ed
 .Pp
 If command line arguments besides the options have been specified, and
 neither

Reply via email to