diff options
author | lum <lum@cvs.openbsd.org> | 2012-06-18 11:35:32 +0000 |
---|---|---|
committer | lum <lum@cvs.openbsd.org> | 2012-06-18 11:35:32 +0000 |
commit | fd3b2d9343c0e39324d3bb8ce9dce7a54d9bcf2d (patch) | |
tree | 5c0d4affc2bd294bf2cfa6106e99e668ba8237fb /usr.bin/mg | |
parent | 5bf025682c95034836dd45240ba210e6521af98d (diff) |
Add ~/.mg.d to FILES. Reviewed by jmc@
Diffstat (limited to 'usr.bin/mg')
-rw-r--r-- | usr.bin/mg/mg.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/mg/mg.1 b/usr.bin/mg/mg.1 index dc34214601c..7701a629f77 100644 --- a/usr.bin/mg/mg.1 +++ b/usr.bin/mg/mg.1 @@ -1,7 +1,7 @@ -.\" $OpenBSD: mg.1,v 1.62 2012/06/14 17:21:22 lum Exp $ +.\" $OpenBSD: mg.1,v 1.63 2012/06/18 11:35:31 lum Exp $ .\" This file is in the public domain. .\" -.Dd $Mdocdate: June 14 2012 $ +.Dd $Mdocdate: June 18 2012 $ .Dt MG 1 .Os .Sh NAME @@ -915,6 +915,8 @@ auto-execute *.c c-mode normal startup file .It Pa ~/.mg-TERM terminal-specific startup file +.It Pa ~/.mg.d +alternative backup file location .It Pa /usr/share/doc/mg/tutorial concise tutorial .El |