Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/vis fix URL
details: https://anonhg.NetBSD.org/src/rev/53ca28a36ea0
branches: trunk
changeset: 959605:53ca28a36ea0
user: nia <nia%NetBSD.org@localhost>
date: Sat Feb 20 09:31:51 2021 +0000
description:
fix URL
diffstat:
usr.bin/vis/vis.1 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 4e1f64b70e39 -r 53ca28a36ea0 usr.bin/vis/vis.1
--- a/usr.bin/vis/vis.1 Sat Feb 20 09:17:13 2021 +0000
+++ b/usr.bin/vis/vis.1 Sat Feb 20 09:31:51 2021 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: vis.1,v 1.24 2021/02/18 18:27:24 christos Exp $
+.\" $NetBSD: vis.1,v 1.25 2021/02/20 09:31:51 nia Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -187,8 +187,8 @@
.Pp
Visualize string using URI encoding:
.Bd -literal -offset indent
-$ printf http://www.freebsd.org | vis -h
-http%3a%2f%2fwww.freebsd.org
+$ printf https://www.NetBSD.org | vis -h
+https%3a%2f%2fwww.NetBSD.org
.Ed
.Sh SEE ALSO
.Xr unvis 1 ,
Home |
Main Index |
Thread Index |
Old Index