diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-12-18 23:05:04 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-12-18 23:05:04 +0000 |
commit | def6aedbeedc46039700c3659507fdd58260f4c0 (patch) | |
tree | ad81f1c22ec89eef408ca6ab0fc330683b5de822 | |
parent | 0421a940b2db62a2c09d447804532d8e4af11000 (diff) |
use Sq for single chars, and escape ";" properly;
-rw-r--r-- | usr.bin/mg/mg.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mg/mg.1 b/usr.bin/mg/mg.1 index b40151ee29d..e7156aefdb4 100644 --- a/usr.bin/mg/mg.1 +++ b/usr.bin/mg/mg.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mg.1,v 1.110 2018/12/18 20:35:34 lum Exp $ +.\" $OpenBSD: mg.1,v 1.111 2018/12/18 23:05:03 jmc Exp $ .\" This file is in the public domain. .\" .Dd $Mdocdate: December 18 2018 $ @@ -1072,9 +1072,9 @@ auto-execute *.c c-mode .Ed .Pp Comments can be added to the startup files by placing -.Dq \; +.Sq ;\& or -.Dq # +.Sq # as the first character of a line. .Sh FILES .Bl -tag -width /usr/share/doc/mg/tutorial -compact |