Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/sh .Bd expects the display type to come first, so move -...
details: https://anonhg.NetBSD.org/src/rev/6c412f94c3d7
branches: trunk
changeset: 321371:6c412f94c3d7
user: uwe <uwe%NetBSD.org@localhost>
date: Tue Mar 13 19:35:46 2018 +0000
description:
.Bd expects the display type to come first, so move -compact to the end.
diffstat:
bin/sh/sh.1 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 24a98d7376aa -r 6c412f94c3d7 bin/sh/sh.1
--- a/bin/sh/sh.1 Tue Mar 13 19:18:53 2018 +0000
+++ b/bin/sh/sh.1 Tue Mar 13 19:35:46 2018 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sh.1,v 1.176 2018/03/13 19:18:53 uwe Exp $
+.\" $NetBSD: sh.1,v 1.177 2018/03/13 19:35:46 uwe Exp $
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -442,7 +442,7 @@
.Fl X
option is enabled (regardless of its previous state.)
For example:
-.Bd -compact -literal
+.Bd -literal -compact
set -X 2>/tmp/trace-file
.Ed
will arrange for tracing output to be sent to the file named,
@@ -3527,7 +3527,7 @@
.Xr editline 7
is not in use, the prompt strings are simply written to the terminal.
For example, setting:
-.Bd -compact -literal -offset left
+.Bd -literal -offset left -compact
PSlit="$(printf\ '\e1')"
PS1="${PSlit}$(tput\ bold\ blink)${PSlit}\e$${PSlit}$(tput\ sgr0)${PSlit}\ "
.Ed
Home |
Main Index |
Thread Index |
Old Index