summaryrefslogtreecommitdiffstats
path: root/man1/git-shell.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-shell.1')
-rw-r--r--man1/git-shell.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man1/git-shell.1 b/man1/git-shell.1
index 3b7e2c77b..b848b88a6 100644
--- a/man1/git-shell.1
+++ b/man1/git-shell.1
@@ -2,12 +2,12 @@
.\" Title: git-shell
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 03/21/2023
+.\" Date: 03/28/2023
.\" Manual: Git Manual
-.\" Source: Git 2.40.0.130.g27d43aaaf5
+.\" Source: Git 2.40.0.141.g8d90352acc
.\" Language: English
.\"
-.TH "GIT\-SHELL" "1" "03/21/2023" "Git 2\&.40\&.0\&.130\&.g27d43a" "Git Manual"
+.TH "GIT\-SHELL" "1" "03/28/2023" "Git 2\&.40\&.0\&.141\&.g8d9035" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -81,8 +81,8 @@ $ chsh \-s /usr/bin/git\-shell
$ mkdir $HOME/git\-shell\-commands
$ cat >$HOME/git\-shell\-commands/no\-interactive\-login <<\eEOF
#!/bin/sh
-printf \(aq%s\en\(aq "Hi $USER! You\(aqve successfully authenticated, but I do not"
-printf \(aq%s\en\(aq "provide interactive shell access\&."
+printf \*(Aq%s\en\*(Aq "Hi $USER! You\*(Aqve successfully authenticated, but I do not"
+printf \*(Aq%s\en\*(Aq "provide interactive shell access\&."
exit 128
EOF
$ chmod +x $HOME/git\-shell\-commands/no\-interactive\-login