diff options
author | umbraticus@prosimetrum.com <umbraticus@prosimetrum.com> | 2022-04-16 06:53:35 +0000 |
---|---|---|
committer | qwx <qwx@sciops.net> | 2022-04-16 06:53:35 +0000 |
commit | d606d83ed85953a761f7e08ff3f18459d7b29c34 (patch) | |
tree | cefcda98f85b3286e260fb4a732b359f9d386420 /sys/man/1 | |
parent | 78953b41e400ecc9854c0d66acc48380f1482d7c (diff) |
make = command's output plumbable
This patch makes sam's = cmd output what seems to me a more
useful (plumbable) format: /full/path/to/file:addr , where
addr is line(s) under = and rune(s) under =#.
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/sam | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/man/1/sam b/sys/man/1/sam index 0d9d75ab5..f107b3c79 100644 --- a/sys/man/1/sam +++ b/sys/man/1/sam @@ -403,10 +403,10 @@ Print the text in the range. Set dot. .TP .B = -Print the line address and character address of the range. +Print the file name and line address of the range. .TP .B =# -Print just the character address of the range. +Print the file name and character address of the range. .PD .SS File commands .PD 0 |