diff options
author | gjb <gjb@FreeBSD.org> | 2012-05-10 02:07:00 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2012-05-10 02:07:00 +0000 |
commit | c12b44c606b6cad01d15533ba20af28dde78aea6 (patch) | |
tree | b5f4dc5969c284d77f6a79e6bdf32264b6841eb9 /usr.bin/csup | |
parent | c5b8ea046e66bbdee2b74df0b6e50fca4fa70295 (diff) | |
download | FreeBSD-src-c12b44c606b6cad01d15533ba20af28dde78aea6.zip FreeBSD-src-c12b44c606b6cad01d15533ba20af28dde78aea6.tar.gz |
General mdoc(7) and typo fixes.
PR: 167696
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days
Diffstat (limited to 'usr.bin/csup')
-rw-r--r-- | usr.bin/csup/csup.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/csup/csup.1 b/usr.bin/csup/csup.1 index 5e59681..5e5d5dd 100644 --- a/usr.bin/csup/csup.1 +++ b/usr.bin/csup/csup.1 @@ -311,7 +311,7 @@ will not create it. The default .Ar base directory is -.Pa /usr/local/etc/csup . +.Pa /usr/local/etc/cvsup . .It Cm prefix= Ns Ar prefix This is the directory under which updated files will be placed. By default, it is the same as @@ -656,7 +656,7 @@ from that directory is not required then the line .El .Pp will not work because the file on the server is called -.Ql Makefile,v. +.Ql Makefile,v . A better solution would be .Pp .Bl -item -compact -offset indent |