diff options
author | 2003-03-16 10:30:26 +0000 | |
---|---|---|
committer | 2003-03-16 10:30:26 +0000 | |
commit | 2ee1a555a82a5e5463bebb8fe1f1ce223354e11a (patch) | |
tree | 09ca4e4ac15d4760855b6341545cad75ee3413d0 | |
parent | typos; (diff) | |
download | wireguard-openbsd-2ee1a555a82a5e5463bebb8fe1f1ce223354e11a.tar.xz wireguard-openbsd-2ee1a555a82a5e5463bebb8fe1f1ce223354e11a.zip |
remove a tab which isn't needed (-indent is there)
jmc@ ok
-rw-r--r-- | share/man/man7/mirroring-ports.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man7/mirroring-ports.7 b/share/man/man7/mirroring-ports.7 index f429258cbdf..d7329c0d06f 100644 --- a/share/man/man7/mirroring-ports.7 +++ b/share/man/man7/mirroring-ports.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mirroring-ports.7,v 1.8 2002/08/29 07:34:31 wcobb Exp $ +.\" $OpenBSD: mirroring-ports.7,v 1.9 2003/03/16 10:30:26 avsm Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -65,7 +65,7 @@ and .Ev F set on the command line, e.g., .Bd -literal -offset indent - cd mirror && make -j 5 -f path_to_makefile FETCH=fetch_script +cd mirror && make -j 5 -f path_to_makefile FETCH=fetch_script .Ed .Pp Targets are set up so that each port is referenced by its full name, and |