diff options
author | 2012-06-18 11:35:31 +0000 | |
---|---|---|
committer | 2012-06-18 11:35:31 +0000 | |
commit | fb713a574348954ccd4813be0e5314b503b0b9fb (patch) | |
tree | a6fa1dbf6992c5d563dcb6085d9f3a411def5661 | |
parent | Tidy up bell code, from Thomas Adam. (diff) | |
download | wireguard-openbsd-fb713a574348954ccd4813be0e5314b503b0b9fb.tar.xz wireguard-openbsd-fb713a574348954ccd4813be0e5314b503b0b9fb.zip |
Add ~/.mg.d to FILES. Reviewed by jmc@
-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 |