Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make New sentence, new line; grammar improvements.
details: https://anonhg.NetBSD.org/src/rev/7ca93e36c1e1
branches: trunk
changeset: 581445:7ca93e36c1e1
user: wiz <wiz%NetBSD.org@localhost>
date: Wed Jun 01 17:33:21 2005 +0000
description:
New sentence, new line; grammar improvements.
diffstat:
usr.bin/make/make.1 | 25 ++++++++++++++-----------
1 files changed, 14 insertions(+), 11 deletions(-)
diffs (65 lines):
diff -r e34801cb544c -r 7ca93e36c1e1 usr.bin/make/make.1
--- a/usr.bin/make/make.1 Wed Jun 01 17:17:34 2005 +0000
+++ b/usr.bin/make/make.1 Wed Jun 01 17:33:21 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: make.1,v 1.108 2005/06/01 17:17:34 sjg Exp $
+.\" $NetBSD: make.1,v 1.109 2005/06/01 17:33:21 wiz Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -663,16 +663,18 @@
but selects all words which do not match
.Ar pattern .
.It Cm \&:O
-Order every word in variable alphabetically. To sort words in
-reverse order use
+Order every word in variable alphabetically.
+To sort words in
+reverse order use the
.Ql Cm \&:O:[-1..1]
combination of modifiers.
.It Cm \&:Ox
-Randomize words in variable. The results will be different each
-time you are referring to the modified variable; use the assignment
-with expansion
+Randomize words in variable.
+The results will be different each time you are referring to the
+modified variable; use the assignment with expansion
.Pq Ql Cm \&:=
-to prevent such behaviour. For example,
+to prevent such behaviour.
+For example,
.Bd -literal -offset indent
LIST= uno due tre quattro
RANDOM_LIST= ${LIST:Ox}
@@ -683,9 +685,8 @@
@echo "${RANDOM_LIST}"
@echo "${STATIC_RANDOM_LIST}"
@echo "${STATIC_RANDOM_LIST}"
-
.Ed
-may produce the output similar to:
+may produce output similar to:
.Bd -literal -offset indent
quattro due tre uno
tre due quattro uno
@@ -1003,7 +1004,8 @@
.\" :[*]
.It Cm \&*
Causes subsequent modifiers to treat the value as a single word
-(possibly containing embedded white space). Analogous to the effect of
+(possibly containing embedded white space).
+Analogous to the effect of
\&"$*\&"
in Bourne shell.
.\" :[0]
@@ -1013,7 +1015,8 @@
.\" :[*]
.It Cm \&@
Causes subsequent modifiers to treat the value as a sequence of words
-delimited by white space. Analogous to the effect of
+delimited by white space.
+Analogous to the effect of
\&"$@\&"
in Bourne shell.
.\" :[#]
Home |
Main Index |
Thread Index |
Old Index