diff options
| author | jtc <jtc@NetBSD.org> | 1995-04-12 00:57:54 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1995-04-12 00:57:54 +0000 |
| commit | 2d6d7982925f4d82cd75238a1527e09c0cc0bcdc (patch) | |
| tree | 7d9e3b7ef9127564857a2db5375115f58072f7c1 /gnu | |
| parent | d4afa3b7f5029162dad4254ac486644cbfed6868 (diff) | |
Use soelim instead of gsoelim
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/groff/grog/grog.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/grog/grog.sh b/gnu/usr.bin/groff/grog/grog.sh index 8fd447195d1..26d764d0b09 100644 --- a/gnu/usr.bin/groff/grog/grog.sh +++ b/gnu/usr.bin/groff/grog/grog.sh @@ -1,9 +1,9 @@ #!/bin/sh # grog -- guess options for groff command # Like doctype in Kernighan & Pike, Unix Programming Environment, pp 306-8. -# $Id: grog.sh,v 1.2 1995/03/22 17:30:15 glass Exp $ +# $Id: grog.sh,v 1.3 1995/04/12 00:57:54 jtc Exp $ -soelim=gsoelim +soelim=soelim opts= |
